Initial release for SPT 3.9
This commit is contained in:
11
types/context/ContextVariableType.d.ts
vendored
Normal file
11
types/context/ContextVariableType.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare enum ContextVariableType {
|
||||
/** Logged in users session id */
|
||||
SESSION_ID = 0,
|
||||
/** Currently acive raid information */
|
||||
RAID_CONFIGURATION = 1,
|
||||
/** Timestamp when client first connected */
|
||||
CLIENT_START_TIMESTAMP = 2,
|
||||
/** When player is loading into map and loot is requested */
|
||||
REGISTER_PLAYER_REQUEST = 3,
|
||||
RAID_ADJUSTMENTS = 4
|
||||
}
|
||||
Reference in New Issue
Block a user