Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
plugindevelopersync.c File Reference

Go to the source code of this file.

Data Structures

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
 

Enumeration Type Documentation

◆ PDS_SYSTEMS

Enumerator
STATS 
LEVELS 
MODS 
AGENTS 
STOMACH 
MODS_DETAILED 
TEMPERATURE 

Definition at line 1 of file plugindevelopersync.c.

Function Documentation

◆ RegisterPlayerData()

void RegisterPlayerData ( )

Definition at line 18 of file plugindevelopersync.c.

Variable Documentation

◆ m_Bitmask

enum PDS_SYSTEMS m_Bitmask

◆ m_DetailedModifierIndex

int m_DetailedModifierIndex

Definition at line 16 of file plugindevelopersync.c.