DIFF

class PlayerStatsSource

Constructors 2

void PlayerStats(Man player)
Referenced by PlayerBase.Init()
void ~PlayerStats()

Members 7

ref array<ref PlayerStatBase> m_PlayerStats
ref array<ref StatDebugObject> m_PlayerStatsDebug
ref PCOHandlerStats m_PCOhandler
Referenced by GetPCO(), and PlayerStats()
ref Timer m_SyncTimer
Man m_Player
Referenced by Init()
bool m_AllowLogs
Referenced by GetAllowLogs(), and SetAllowLogs()
string m_System = "Stats"

debuging tag

Methods 12

void Init(Man player)
References m_Player
Referenced by PlayerStats()
void SetAllowLogs(bool enable)
References m_AllowLogs
bool GetAllowLogs()
References m_AllowLogs
void GetDebugInfo(array<ref StatDebugObject> objects, int flags)
void GatherAllRecords()
void OnRPC(ParamsReadContext ctx)
Referenced by PlayerBase.OnRPC()
void OnAfterStoreLoad()