Game Mode
The GameMode features allow easy access to certain parts of the current mission.
Global Variables
These variables are updated every second.
Usage
In the mission stage you can use a normal LUA variable:
Global Functions
GM().GetGameVariales()
This function allows quick access to game variables at runtime.
GM().SyncGameVariable()
[NETWORKING] This option allows synchronization with all players ONLY when doing a mission in cooperative mode.
Last updated
Was this helpful?