Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
plugindevelopersync.c File Reference

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
 

Enumeration Type Documentation

◆ PDS_SYSTEMS

Enumerator
STATS 
LEVELS 
MODS 
AGENTS 
STOMACH 
MODS_DETAILED 
TEMPERATURE 
HEALTH 

Definition at line 1 of file plugindevelopersync.c.

Function Documentation

◆ RegisterPlayerData()

void RegisterPlayerData ( )

Definition at line 19 of file plugindevelopersync.c.

Variable Documentation

◆ m_Bitmask

enum PDS_SYSTEMS m_Bitmask

◆ m_DetailedModifierIndex

int m_DetailedModifierIndex

Definition at line 17 of file plugindevelopersync.c.