Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
PlayerStatBase Class Reference

Protected Member Functions

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

Protected Attributes

Man m_Player
 
int m_Type
 

Detailed Description

Definition at line 1 of file playerstatbase.c.

Member Function Documentation

◆ Get()

float PlayerStatBase::Get ( )
protected

◆ GetLabel()

string PlayerStatBase::GetLabel ( )
protected

◆ GetMax()

float PlayerStatBase::GetMax ( )
protected

◆ GetMin()

float PlayerStatBase::GetMin ( )
protected

◆ GetNormalized()

float PlayerStatBase::GetNormalized ( )
protected

◆ GetRecords()

array< PlayerStatRecord > PlayerStatBase::GetRecords ( )
protected

◆ GetType()

int PlayerStatBase::GetType ( )
protected

Definition at line 21 of file playerstatbase.c.

◆ Init()

void PlayerStatBase::Init ( int id)
protected

◆ IsSynced()

bool PlayerStatBase::IsSynced ( )
protected

◆ OnAfterStoreLoad()

void PlayerStatBase::OnAfterStoreLoad ( )
protected

◆ OnRPC()

void PlayerStatBase::OnRPC ( ParamsReadContext ctx)
protected

◆ OnStoreLoad()

bool PlayerStatBase::OnStoreLoad ( ParamsReadContext ctx)
protected

◆ OnStoreSave()

void PlayerStatBase::OnStoreSave ( ParamsWriteContext ctx)
protected

◆ SerializeValue()

void PlayerStatBase::SerializeValue ( array< ref StatDebugObject > objects,
int flags )
protected

◆ SetByFloat()

void PlayerStatBase::SetByFloat ( float value)
protected

◆ SetByFloatEx()

void PlayerStatBase::SetByFloatEx ( float value,
string system = "" )
protected

◆ SetPlayer()

void PlayerStatBase::SetPlayer ( Man player)
protected

Definition at line 26 of file playerstatbase.c.

Member Data Documentation

◆ m_Player

Man PlayerStatBase::m_Player
protected

Definition at line 3 of file playerstatbase.c.

◆ m_Type

int PlayerStatBase::m_Type
protected

Definition at line 5 of file playerstatbase.c.


The documentation for this class was generated from the following file: