spt-realism-ammo-stats/types/context/ContextVariableType.d.ts

11 lines
352 B
TypeScript
Raw Normal View History

2023-01-14 16:41:20 +11:00
export declare enum ContextVariableType {
/** Logged in users session id */
SESSION_ID = 0,
/** Currently acive raid information */
2023-02-13 20:37:38 +11:00
RAID_CONFIGURATION = 1,
2023-01-14 16:41:20 +11:00
/** Timestamp when client first connected */
CLIENT_START_TIMESTAMP = 2,
/** When player is loading into map and loot is requested */
REGISTER_PLAYER_REQUEST = 3
}