DIFF

class SyncedValueLevelSource

Constructors 1

void SyncedValueLevel(string name, float value, float value2)
References m_Name, m_Value, and m_Value2

Members 3

string m_Name
Referenced by GetName(), and SyncedValueLevel()
float m_Value
Referenced by GetValue(), and SyncedValueLevel()
float m_Value2
Referenced by GetValue2(), and SyncedValueLevel()

Methods 3

string GetName()
References m_Name
float GetValue()
References m_Value
float GetValue2()
References m_Value2