![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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_Base > | m_PCOs = new map<int, ref PlayerStatsPCO_Base> |
Definition at line 1 of file playerstatspco.c.
|
inlineprotected |
Definition at line 8 of file playerstatspco.c.
References m_Player, and RegisterPCO().
|
inlineprotected |
Definition at line 29 of file playerstatspco.c.
References m_HighestVersion, and m_PCOs.
|
inlineprotected |
Definition at line 17 of file playerstatspco.c.
References PlayerStatsPCO_Base::GetVersion(), PlayerStatsPCO_Base::Init(), m_HighestVersion, m_PCOs, and m_Player.
Referenced by PCOHandlerStats().
|
private |
Definition at line 4 of file playerstatspco.c.
Referenced by GetPCO(), and RegisterPCO().
|
private |
Definition at line 3 of file playerstatspco.c.
Referenced by GetPCO(), and RegisterPCO().
|
protected |
Definition at line 6 of file playerstatspco.c.
Referenced by PCOHandlerStats(), and RegisterPCO().