DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetHiddenSelectionsTexturesConfig()

static array< string > HiddenSelectionsData::GetHiddenSelectionsTexturesConfig ( string type)
inlinestaticprivate

См. определение в файле HiddenSelectionsData.c строка 45

46 {
47 array<string> hiddenSelectionsTextures = new array<string>;
48 GetGame().ConfigGetTextArray( string.Format("CfgVehicles %1 hiddenSelectionsTextures", type), hiddenSelectionsTextures );
49 return hiddenSelectionsTextures;
50 }
proto native void ConfigGetTextArray(string path, out TStringArray values)
Get array of strings from config on path.
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigGetTextArray() и GetGame().

Используется в IEntity::GetHiddenSelectionsTextures().