42 return hiddenSelections;
49 return hiddenSelectionsTextures;
55 GetGame().
ConfigGetTextArray(
string.Format(
"CfgVehicles %1 hiddenSelectionsMaterials", type), hiddenSelectionsMaterials );
56 return hiddenSelectionsMaterials;
proto native void ConfigGetTextArray(string path, out TStringArray values)
Get array of strings from config on path.
ref map< string, int > m_HiddenSelectionNameToIndex
static array< string > GetHiddenSelectionsConfig(string type)
ref array< string > m_HiddenSelectionsMaterials
ref array< string > m_HiddenSelections
TStringArray GetHiddenSelectionsTextures()
ref array< string > m_HiddenSelectionsTextures
int GetHiddenSelectionIndex(string selection)
TStringArray GetHiddenSelectionsMaterials()
static array< string > GetHiddenSelectionsMaterialsConfig(string type)
void HiddenSelectionsData(string type)
static array< string > GetHiddenSelectionsTexturesConfig(string type)
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto native CGame GetGame()