GetGlobalState
A key of the world’s bag.
Syntax
Section titled “Syntax”GetGlobalState(key)| Parameter | Type | |
|---|---|---|
key |
string | the key |
Returns
Section titled “Returns”string | nil
Example
Section titled “Example”local round = tonumber(GetGlobalState("round")) or 0See also
Section titled “See also”SetGlobalState · GetGlobalStates · the State bags group of the index
