![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Enumerations | |
| enum | EPSstatsFlags { EMPTY = 0 , SYNCED = 1 } |
Functions | |
| void | PlayerStats (Man player) |
| void | Init (Man player) |
| PlayerStatsPCO_Base | GetPCO (int version=-1) |
| void | ~PlayerStats () |
| PlayerStatBase | GetStatObject (int id) |
| void | SetAllowLogs (bool enable) |
| bool | GetAllowLogs () |
| void | GetDebugInfo (array< ref StatDebugObject > objects, int flags) |
| void | GatherAllRecords () |
| void | SaveStats (ParamsWriteContext ctx) |
| bool | LoadStats (ParamsReadContext ctx, int version) |
| void | ResetAllStats () |
| void | OnRPC (ParamsReadContext ctx) |
| void | OnAfterStoreLoad () |
Variables | |
| enum EPSstatsFlags | m_PlayerStats |
| ref array< ref StatDebugObject > | m_PlayerStatsDebug |
| ref PCOHandlerStats | m_PCOhandler |
| ref Timer | m_SyncTimer |
| Man | m_Player |
| bool | m_AllowLogs |
| string | m_System = "Stats" |
| enum EPSstatsFlags |
| Enumerator | |
|---|---|
| EMPTY | |
| SYNCED | |
Definition at line 1 of file playerstats.c.
| void GatherAllRecords | ( | ) |
Definition at line 74 of file playerstats.c.
| bool GetAllowLogs | ( | ) |
Definition at line 59 of file playerstats.c.
| void GetDebugInfo | ( | array< ref StatDebugObject > | objects, |
| int | flags ) |
Definition at line 64 of file playerstats.c.
| PlayerStatsPCO_Base GetPCO | ( | int | version = -1 | ) |
Definition at line 30 of file playerstats.c.
| PlayerStatBase GetStatObject | ( | int | id | ) |
Definition at line 41 of file playerstats.c.
| void Init | ( | Man | player | ) |
Definition at line 25 of file playerstats.c.
| bool LoadStats | ( | ParamsReadContext | ctx, |
| int | version ) |
Definition at line 115 of file playerstats.c.
| void OnAfterStoreLoad | ( | ) |
Definition at line 140 of file playerstats.c.
| void OnRPC | ( | ParamsReadContext | ctx | ) |
Definition at line 135 of file playerstats.c.
| void PlayerStats | ( | Man | player | ) |
Definition at line 19 of file playerstats.c.
| void ResetAllStats | ( | ) |
Definition at line 130 of file playerstats.c.
| void SaveStats | ( | ParamsWriteContext | ctx | ) |
Definition at line 99 of file playerstats.c.
| void SetAllowLogs | ( | bool | enable | ) |
Definition at line 54 of file playerstats.c.
| void ~PlayerStats | ( | ) |
Definition at line 35 of file playerstats.c.
| bool m_AllowLogs |
Definition at line 16 of file playerstats.c.
| ref PCOHandlerStats m_PCOhandler |
Definition at line 12 of file playerstats.c.
| Man m_Player |
Definition at line 15 of file playerstats.c.
| enum EPSstatsFlags m_PlayerStats |
| ref array<ref StatDebugObject> m_PlayerStatsDebug |
Definition at line 10 of file playerstats.c.
| ref Timer m_SyncTimer |
Definition at line 14 of file playerstats.c.
| string m_System = "Stats" |
Definition at line 17 of file playerstats.c.