Revision Difference
Enums/GLOBAL#516188
<cat>enum</cat>
<enumeration>
<description>
Enumerations used by <page>game.SetGlobalState</page> and <page>game.GetGlobalState</page>.
Serverside only.
</description>
<fields><item key="GLOBAL_OFF" value="0">Initial state, the global state is off.</item><item key="GLOBAL_ON" value="1">The global state is enabled.</item><item key="GLOBAL_DEAD" value="2">The global state is dead and is no longer active. It will be cleared.</item></fields>⤶
<fields>⤶
<item key="GLOBAL_OFF" value="0">Initial state, the global state is off.</item>⤶
<item key="GLOBAL_ON" value="1">The global state is enabled.</item>⤶
<item key="GLOBAL_DEAD" value="2">The global state is dead and is no longer active. It will be cleared.</item>⤶
</fields>⤶
</enumeration>