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

◆ GetViewIndex()

int AttachmentCategoriesContainer::GetViewIndex ( string config_path_attachment_categories,
string attachment_category )
inlineprotected

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

242 {
243 string preview_path = config_path_attachment_categories+ " " + attachment_category + " view_index";
244 return GetGame().ConfigGetInt( preview_path );;
245 }
proto native int ConfigGetInt(string path)
Get int value from config on path.
proto native CGame GetGame()

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