Перечисления | |
| enum | EPSstatsFlags { EMPTY = 0 , SYNCED = 1 } |
Функции | |
| 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 () |
Переменные | |
| 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" |