DIFF

class PlayerStatBaseSource

PlayerStat PlayerStatBase

Members 2

protected Man m_Player
Referenced by PlayerStat.Set(), and SetPlayer()
int m_Type
Referenced by PlayerStat.Init(), PlayerStat.OnRPC(), PlayerStat.Set()
Show 1 more, GetType()

Methods 17

void OnStoreSave(ParamsWriteContext ctx)
void OnAfterStoreLoad()
float Get()
string GetLabel()
void SetByFloat(float value)
void SetByFloatEx(float value, string system = "")
bool IsSynced()
array<PlayerStatRecord> GetRecords()
void Init(int id)
void SerializeValue(array<ref StatDebugObject> objects, int flags)
float GetNormalized()
float GetMax()
float GetMin()
int GetType()
References m_Type
void SetPlayer(Man player)
References m_Player