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

◆ GetPathFromSlotID()

static string GetPathFromSlotID ( int slot_ID)
static

Returns config path of att. slot category, empty if undefined.

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

1187 {
1188 int idx = m_AttachmentSlots.Find(slot_ID);
1189 string path = "" + m_Path + " " + m_ConfigArrayNames.Get(idx);
1190 return path;
1191 }
string path
Определения OptionSelectorMultistate.c:142
static ref array< string > m_ConfigArrayNames
Определения gameplay.c:1167
static const string m_Path
Определения gameplay.c:1183
class MenuDefaultCharacterData m_AttachmentSlots

Перекрестные ссылки m_AttachmentSlots, m_ConfigArrayNames, m_Path и path.

Используется в GetConfigArrayCountFromSlotID() и GetConfigAttachmentTypes().