Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
PCOHandlerStats Class Reference

Protected Member Functions

void PCOHandlerStats (Man player)
PlayerStatsPCO_Base GetPCO (int version=-1)
void RegisterPCO (PlayerStatsPCO_Base pco)

Protected Attributes

Man m_Player

Private Attributes

int m_HighestVersion
ref map< int, ref PlayerStatsPCO_Basem_PCOs = new map<int, ref PlayerStatsPCO_Base>

Detailed Description

Definition at line 1 of file playerstatspco.c.

Constructor & Destructor Documentation

◆ PCOHandlerStats()

void PCOHandlerStats ( Man player)
inlineprotected

Definition at line 8 of file playerstatspco.c.

References m_Player, and RegisterPCO().

Member Function Documentation

◆ GetPCO()

PlayerStatsPCO_Base GetPCO ( int version = -1)
inlineprotected

Definition at line 29 of file playerstatspco.c.

References m_HighestVersion, and m_PCOs.

◆ RegisterPCO()

void RegisterPCO ( PlayerStatsPCO_Base pco)
inlineprotected

Field Documentation

◆ m_HighestVersion

int m_HighestVersion
private

Definition at line 4 of file playerstatspco.c.

Referenced by GetPCO(), and RegisterPCO().

◆ m_PCOs

ref map<int, ref PlayerStatsPCO_Base> m_PCOs = new map<int, ref PlayerStatsPCO_Base>
private

Definition at line 3 of file playerstatspco.c.

Referenced by GetPCO(), and RegisterPCO().

◆ m_Player

Man m_Player
protected

Definition at line 6 of file playerstatspco.c.

Referenced by PCOHandlerStats(), and RegisterPCO().


The documentation for this class was generated from the following file: