global.myplayerget 4
Get the value of a stored global variable by my player.
Return value
Return Type | Description |
---|---|
any | The variable that was stored. Expected types: bool, float, int, string. If the variable was never set, returns nil. |
Parameters
Parameter | Type | Description |
---|---|---|
1 | string | Identifier to get the stored value |
Examples
No examples available.