Method
Global:IsGameEventActive
[-]
[+]
Returns true if the event is currently active, otherwise false.
isActive = IsGameEventActive( eventId )
number eventId
The event id to check..
Valid numbers: integers from 0 to 65,535.
boolean isActive
- See method description.