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

◆ GetIconName()

string AttachmentCategoriesSlotsContainer::GetIconName ( string config_path_attachment_categories,
string attachment_category )
inlineprivate

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

140 {
141 string icon_path = config_path_attachment_categories+ " " + attachment_category + " icon";
142 string icon_name;
143 GetGame().ConfigGetText(icon_path, icon_name);
144 return icon_name;
145 }
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.
proto native CGame GetGame()

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