DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | UniversalTemperatureSourceSettings |
class | UniversalTemperatureSource |
original Timer deletes m_params which is unwanted More... | |
class | UniversalTemperatureSourceDebug |
Functions | |
void | UniversalTemperatureSourceDebug () |
keeps first iteration of parsed data from the m_Data | |
void | AddHeader (string header) |
void | Add (string name, string value) |
void | Commit () |
int | PairsCount () |
string | GetHeader () |
string | GetName (int pIndex) |
string | GetValue (int pIndex) |
array< string > | ParseData () |
void | ParseKeyPairs () |
void | Debug () |
Variables | |
class UniversalTemperatureSourceSettings | m_Temperature = 0 |
const string | DELIMITER_KEYPAIR = ":" |
string | m_Header |
string | m_Data |
ref array< string > | m_Names |
ref array< string > | m_Values |
names parsed from m_Pairs | |
ref array< string > | m_Pairs |
values parsed from m_Pairs | |
Definition at line 208 of file UniversalTemperatureSource.c.
References string::Format(), m_Data, and name.
void Commit | ( | ) |
Definition at line 213 of file UniversalTemperatureSource.c.
References m_Pairs, ParseData(), and ParseKeyPairs().
|
protected |
Definition at line 279 of file UniversalTemperatureSource.c.
References Debug::Log(), m_Names, and m_Values.
string GetHeader | ( | ) |
Definition at line 224 of file UniversalTemperatureSource.c.
References m_Header.
Definition at line 229 of file UniversalTemperatureSource.c.
References Debug::Log(), and m_Names.
Definition at line 240 of file UniversalTemperatureSource.c.
References Debug::Log(), and m_Values.
int PairsCount | ( | ) |
Definition at line 219 of file UniversalTemperatureSource.c.
References m_Pairs.
Definition at line 251 of file UniversalTemperatureSource.c.
References m_Data, and string::Split().
Referenced by Commit().
|
protected |
Definition at line 261 of file UniversalTemperatureSource.c.
References DELIMITER_KEYPAIR, m_Names, m_Pairs, and m_Values.
Referenced by Commit().
void UniversalTemperatureSourceDebug | ( | ) |
Definition at line 186 of file UniversalTemperatureSource.c.
Referenced by ParseKeyPairs().
string m_Data |
Definition at line 189 of file UniversalTemperatureSource.c.
Referenced by Add(), ScriptedWidgetEventHandler::Highlight(), ScriptedWidgetEventHandler::HighlightFirst(), Init(), ScriptedWidgetEventHandler::LoadData(), ScriptedWidgetEventHandler::LoadEntries(), ScriptedWidgetEventHandler::ModsMenuDetailed(), ScriptedWidgetEventHandler::ModsMenuDetailedEntry(), ScriptedWidgetEventHandler::ModsMenuSimple(), ScriptedWidgetEventHandler::ModsMenuSimpleEntry(), ScriptedWidgetEventHandler::OnClick(), ScriptedWidgetEventHandler::OnMouseButtonUp(), ScriptedWidgetEventHandler::OnMouseEnter(), ParseData(), ScriptedWidgetEventHandler::Select(), and UniversalTemperatureSourceDebug().
string m_Header |
Definition at line 188 of file UniversalTemperatureSource.c.
Referenced by AddHeader(), GetHeader(), and UniversalTemperatureSourceDebug().
Definition at line 190 of file UniversalTemperatureSource.c.
Referenced by Debug(), GetName(), ParseKeyPairs(), and UniversalTemperatureSourceDebug().
values parsed from m_Pairs
Definition at line 192 of file UniversalTemperatureSource.c.
Referenced by Commit(), PairsCount(), ParseKeyPairs(), and UniversalTemperatureSourceDebug().
class UniversalTemperatureSourceSettings m_Temperature = 0 |
names parsed from m_Pairs
Definition at line 191 of file UniversalTemperatureSource.c.
Referenced by CfgParam::CfgParamArray(), CfgParam::Clear(), Debug(), CfgParam::GetValue(), GetValue(), CfgParam::GetValueByName(), CfgParam::InsertValue(), CfgParam::IsParamExist(), ParseKeyPairs(), CfgParam::RenameParam(), CfgParam::SetParams(), UniversalTemperatureSourceDebug(), and CfgParam::~CfgParamArray().