Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
syncedvalue.c File Reference

Go to the source code of this file.

Data Structures

class  SyncedValue
 
class  SyncedValueModifier
 

Functions

void SyncedValueLevel (string name, float value, float value2)
 
string GetName ()
 Gets the name which is set for the ParticleManager, default is "ParticleSourceManager". More...
 
float GetValue ()
 
float GetValue2 ()
 
void SyncedValueAgent (string name, string value, int id)
 
int GetID ()
 

Variables

class SyncedValue m_Name
 
float m_Value
 
float m_Value2
 
int m_ID
 

Function Documentation

◆ GetID()

int GetID ( )

Definition at line 127 of file syncedvalue.c.

◆ GetValue()

string GetValue ( )

Definition at line 55 of file syncedvalue.c.

◆ GetValue2()

float GetValue2 ( )

Definition at line 60 of file syncedvalue.c.

◆ SyncedValueAgent()

void SyncedValueAgent ( string  name,
string  value,
int  id 
)

Definition at line 110 of file syncedvalue.c.

◆ SyncedValueLevel()

void SyncedValueLevel ( string  name,
float  value,
float  value2 
)

Definition at line 43 of file syncedvalue.c.

Variable Documentation

◆ m_ID

int m_ID

Definition at line 108 of file syncedvalue.c.

◆ m_Name

class SyncedValueModifier m_Name

◆ m_Value

string m_Value

Definition at line 40 of file syncedvalue.c.

◆ m_Value2

float m_Value2

Definition at line 41 of file syncedvalue.c.