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.
TStringArray GetHiddenSelectionsTextures()
ref array< string > m_HiddenSelectionsMaterials
void HiddenSelectionsData(string type)
ref map< string, int > m_HiddenSelectionNameToIndex
TStringArray GetHiddenSelectionsMaterials()
ref array< string > m_HiddenSelections
static array< string > GetHiddenSelectionsTexturesConfig(string type)
static array< string > GetHiddenSelectionsMaterialsConfig(string type)
int GetHiddenSelectionIndex(string selection)
ref array< string > m_HiddenSelectionsTextures
static array< string > GetHiddenSelectionsConfig(string type)
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto native CGame GetGame()
array< string > TStringArray