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

◆ GetAttachmentCategory()

string AttachmentCategoriesContainer::GetAttachmentCategory ( string config_path_attachment_categories,
int i )
inlineprotected

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

227 {
228 string attachment_category;
229 g_Game.ConfigGetChildName(config_path_attachment_categories, i, attachment_category);
230 return attachment_category;
231 }
DayZGame g_Game
Определения DayZGame.c:3942

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

Используется в InitGhostSlots().