DayZ 1.27
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 GetGame().ConfigGetChildName(config_path_attachment_categories, i, attachment_category);
230 return attachment_category;
231 }
proto bool ConfigGetChildName(string path, int index, out string name)
Get name of subclass in config class on path.
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigGetChildName() и GetGame().

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