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

◆ Init()

void Init ( )
protected

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

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

85 {
86 //DbgPrnt("PPEDebug | PPEManager | m_ManagerInitialized: " + m_ManagerInitialized);
88 {
94
95 GetGame().GetUpdateQueue(CALL_CATEGORY_GUI).Insert(this.Update); //can be safely and easily 'disabled' here
97 }
98 }
map
Определения ControlsXboxNew.c:4
ref map< int, ref array< int > > m_PPEMaterialUpdateQueueMap
Определения PPEManager.c:59
bool m_ManagerInitialized
Определения PPEManager.c:57
ref array< ref PPERequesterBase > m_ExistingPostprocessRequests
Определения PPEManager.c:61
ref array< int > m_UpdatedMaterials
Определения PPEManager.c:60
void InitPPEManagerClassMap()
Ordered by 'PostProcessEffectType' for easy access through the same enum; ID saved all the same.
Определения PPEManager.c:101
ref array< ref PPERequesterBase > m_UpdatingRequests
Определения PPEManager.c:62
override ScriptInvoker GetUpdateQueue(int call_category)
Определения DayZGame.c:1192
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto native CGame GetGame()
const int CALL_CATEGORY_GUI
Определения tools.c:9
proto native volatile void Update()
Определения PlayerSoundManager.c:125

Перекрестные ссылки CALL_CATEGORY_GUI, GetGame(), CGame::GetUpdateQueue(), InitPPEManagerClassMap(), ScriptInvoker::Insert(), m_ExistingPostprocessRequests, m_ManagerInitialized, m_PPEMaterialUpdateQueueMap, m_UpdatedMaterials, m_UpdatingRequests и Update().