DayZ 1.24
|
Private Member Functions | |
void | HiddenSelectionsData (string type) |
int | GetHiddenSelectionIndex (string selection) |
TStringArray | GetHiddenSelectionsTextures () |
TStringArray | GetHiddenSelectionsMaterials () |
Static Private Member Functions | |
static array< string > | GetHiddenSelectionsConfig (string type) |
static array< string > | GetHiddenSelectionsTexturesConfig (string type) |
static array< string > | GetHiddenSelectionsMaterialsConfig (string type) |
Private Attributes | |
ref array< string > | m_HiddenSelections = new array<string> |
ref array< string > | m_HiddenSelectionsTextures = new array<string> |
ref array< string > | m_HiddenSelectionsMaterials = new array<string> |
ref map< string, int > | m_HiddenSelectionNameToIndex = new map<string, int> |
Definition at line 1 of file HiddenSelectionsData.c.
Definition at line 9 of file HiddenSelectionsData.c.
References GetGame(), m_HiddenSelectionNameToIndex, m_HiddenSelections, m_HiddenSelectionsMaterials, and m_HiddenSelectionsTextures.
Definition at line 19 of file HiddenSelectionsData.c.
References m_HiddenSelectionNameToIndex.
|
inlinestaticprivate |
Definition at line 38 of file HiddenSelectionsData.c.
References GetGame().
Referenced by IEntity::GetHiddenSelections().
|
inlineprivate |
Definition at line 33 of file HiddenSelectionsData.c.
References m_HiddenSelectionsMaterials.
|
inlinestaticprivate |
Definition at line 52 of file HiddenSelectionsData.c.
References GetGame().
Referenced by IEntity::GetHiddenSelectionsMaterials().
|
inlineprivate |
Definition at line 28 of file HiddenSelectionsData.c.
References m_HiddenSelectionsTextures.
|
inlinestaticprivate |
Definition at line 45 of file HiddenSelectionsData.c.
References GetGame().
Referenced by IEntity::GetHiddenSelectionsTextures().
|
private |
Definition at line 7 of file HiddenSelectionsData.c.
Referenced by GetHiddenSelectionIndex(), and HiddenSelectionsData().
Definition at line 3 of file HiddenSelectionsData.c.
Referenced by HiddenSelectionsData().
Definition at line 5 of file HiddenSelectionsData.c.
Referenced by GetHiddenSelectionsMaterials(), and HiddenSelectionsData().
Definition at line 4 of file HiddenSelectionsData.c.
Referenced by GetHiddenSelectionsTextures(), and HiddenSelectionsData().