GetGlobalStates
The whole world bag.
Syntax
Section titled “Syntax”GetGlobalStates()Returns
Section titled “Returns”table - {key = value, ...}
Example
Section titled “Example”for k, v in pairs(GetGlobalStates()) do Log(k, "=", v) endSee also
Section titled “See also”GetGlobalState · the State bags group of the index
