global.myplayerget 4

Get the value of a stored global variable by my 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

Examples

No examples available.


Back to Scripting API