DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | PluginBase |
Enumerations | |
enum | PDS_SYSTEMS { STATS = 1 , LEVELS = 2 , MODS = 4 , AGENTS = 8 , STOMACH = 16 , MODS_DETAILED = 32 , TEMPERATURE = 64 } |
Functions | |
void | RegisterPlayerData () |
Variables | |
enum PDS_SYSTEMS | m_Bitmask |
int | m_DetailedModifierIndex |
Enumerator | |
---|---|
STATS | |
LEVELS | |
MODS | |
AGENTS | |
STOMACH | |
MODS_DETAILED | |
TEMPERATURE |
Definition at line 1 of file PluginDeveloperSync.c.
void RegisterPlayerData | ( | ) |
Definition at line 18 of file PluginDeveloperSync.c.
References m_Bitmask, and m_DetailedModifierIndex.
Referenced by PluginBase::RegisterPlayer().
enum PDS_SYSTEMS m_Bitmask |
Referenced by RegisterPlayerData().
int m_DetailedModifierIndex |
Definition at line 16 of file PluginDeveloperSync.c.
Referenced by RegisterPlayerData().