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

◆ GetAttachmentCategory()

string AttachmentCategoriesSlotsContainer::GetAttachmentCategory ( string config_path_attachment_categories,
int i )
inlineprivate

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

133 {
134 string attachment_category;
135 GetGame().ConfigGetChildName(config_path_attachment_categories, i, attachment_category);
136 return attachment_category;
137 }
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().