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

◆ GetConfigArrayCountFromSlotID()

static int GetConfigArrayCountFromSlotID ( int slot_ID)
static

How many 'default equip' types are listed in the corresponding array.

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

1195 {
1196 TStringArray types = new TStringArray;
1197 g_Game.ConfigGetTextArray(GetPathFromSlotID(slot_ID),types);
1198 return types.Count();
1199 }
DayZGame g_Game
Определения DayZGame.c:3942
static string GetPathFromSlotID(int slot_ID)
Returns config path of att. slot category, empty if undefined.
Определения gameplay.c:1186
array< string > TStringArray
Определения EnScript.c:712

Перекрестные ссылки g_Game и GetPathFromSlotID().