См. определение в файле HiddenSelectionsData.c строка 38
39 {
40 array<string> hiddenSelections = new array<string>;
41 g_Game.ConfigGetTextArray(
string.Format(
"CfgVehicles %1 hiddenSelections", type), hiddenSelections );
42 return hiddenSelections;
43 }
Перекрестные ссылки g_Game.
Используется в IEntity::GetHiddenSelections().