global.playerget 3

Get the value of a stored global variable by a specific player.


Return value

Return TypeDescription
anyThe variable that was stored. Expected types: bool, float, int, string. If the variable was never set, returns nil.

Parameters

ParameterTypeDescription
1stringIdentifier to get the stored value
2stringNetwork id of the player

Examples

No examples available.


Back to Scripting API