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

◆ GetHiddenSelectionsConfig()

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

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

39 {
40 array<string> hiddenSelections = new array<string>;
41 GetGame().ConfigGetTextArray( string.Format("CfgVehicles %1 hiddenSelections", type), hiddenSelections );
42 return hiddenSelections;
43 }
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::GetHiddenSelections().