![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | PluginBase |
| Plugin interface for controlling of agent pool system. More... | |
Enumerations | |
| enum | PDS_SYSTEMS { STATS = 1 , LEVELS = 2 , MODS = 4 , AGENTS = 8 , STOMACH = 16 , MODS_DETAILED = 32 , TEMPERATURE = 64 , HEALTH = 128 } |
Functions | |
| void | RegisterPlayerData () |
Variables | |
| enum PDS_SYSTEMS | m_Bitmask |
| int | m_DetailedModifierIndex |
| enum PDS_SYSTEMS |
| Enumerator | |
|---|---|
| STATS | |
| LEVELS | |
| MODS | |
| AGENTS | |
| STOMACH | |
| MODS_DETAILED | |
| TEMPERATURE | |
| HEALTH | |
Definition at line 1 of file plugindevelopersync.c.
| void RegisterPlayerData | ( | ) |
Definition at line 19 of file plugindevelopersync.c.
| enum PDS_SYSTEMS m_Bitmask |
| int m_DetailedModifierIndex |
Definition at line 17 of file plugindevelopersync.c.