dztimer¶
Provides information about a dynamic zone lockout timer
See Also: DataType:dynamiczone, TLO:DynamicZone
Members¶
string ExpeditionName¶
- The name of the expedition
string EventName¶
- The name of the event
timestamp Timer¶
- The timestamp indicating when this lockout expires
int EventID¶
- ID of the event. These values are only unique per Expedition. Non-event lockouts (Replay Timer) will have a -1 event id.
string To String¶
- Returns the string formatted as
"ExpeditionName|EventName"|
Changelog¶
- July 9th, 2021: Initial version