DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
SyncedValue Class Reference

Private Member Functions

void SyncedValue (string name, float value, bool state, float val_norm)
 
string GetName ()
 
float GetValue ()
 
float GetValueNorm ()
 
bool GetState ()
 

Private Attributes

string m_Name
 
float m_Value
 
float m_ValueNorm
 
bool m_State
 

Constructor & Destructor Documentation

◆ SyncedValue()

void SyncedValue ( string  name,
float  value,
bool  state,
float  val_norm 
)
inlineprivate

References m_Name, m_State, m_Value, m_ValueNorm, and name.

Member Function Documentation

◆ GetName()

string GetName ( )
inlineprivate

References m_Name.

◆ GetState()

bool GetState ( )
inlineprivate

References m_State.

◆ GetValue()

float GetValue ( )
inlineprivate

References m_Value.

◆ GetValueNorm()

float GetValueNorm ( )
inlineprivate

References m_ValueNorm.

Field Documentation

◆ m_Name

string m_Name
private

Referenced by GetName(), InitEntry(), and SyncedValue().

◆ m_State

bool m_State
private

Referenced by GetState(), InitEntry(), and SyncedValue().

◆ m_Value

float m_Value
private

Referenced by GetValue(), and SyncedValue().

◆ m_ValueNorm

float m_ValueNorm
private

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