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

◆ GetIconName()

string AttachmentCategoriesContainer::GetIconName ( string config_path_attachment_categories,
string attachment_category )
inlineprotected

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

234 {
235 string icon_path = config_path_attachment_categories+ " " + attachment_category + " icon";
236 string icon_name;
237 GetGame().ConfigGetText(icon_path, icon_name);
238 return icon_name;
239 }
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.
proto native CGame GetGame()

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

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