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

◆ Init2DPreloadType()

void ItemOptics::Init2DPreloadType ( )
inlineprotected

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

571 {
572 string path = "cfgVehicles " + GetType() + " OpticsInfo preloadOpticType";
573 string type_2d;
574
575 if ( g_Game.ConfigIsExisting(path) )
576 {
577 g_Game.ConfigGetText(path, type_2d);
578 m_2D_preload_type = type_2d;
579 }
580 }
eBleedingSourceType GetType()
DayZGame g_Game
Определения DayZGame.c:3942
string path
Определения OptionSelectorMultistate.c:142
string m_2D_preload_type
Определения ItemOptics.c:14

Перекрестные ссылки g_Game, GetType(), m_2D_preload_type и path.

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