|
DayZ 1.24
|
Go to the source code of this file.
Classes | |
| 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". | |
| 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 |
| int GetID | ( | ) |
Definition at line 127 of file SyncedValue.c.
References m_ID.
| string GetValue | ( | ) |
Definition at line 55 of file SyncedValue.c.
References m_Value.
Referenced by OptionSelectorBase::OnChange(), and OptionSelectorBase::SetValue().
| float GetValue2 | ( | ) |
Definition at line 60 of file SyncedValue.c.
References m_Value2.
Definition at line 110 of file SyncedValue.c.
References m_ID, m_Name, m_Value, and name.
Referenced by PluginBase::OnRPCAgents().
| int m_ID |
Definition at line 108 of file SyncedValue.c.
| class SyncedValueModifier m_Name |
| string m_Value |
Definition at line 40 of file SyncedValue.c.
| float m_Value2 |
Definition at line 41 of file SyncedValue.c.
Referenced by GetValue2(), and SyncedValueLevel().