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

◆ OnArmed()

override void ClaymoreMine::OnArmed ( )
inlineprotected

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

129 {
130 super.OnArmed();
131
134
135#ifdef DIAG_DEVELOPER
136#ifndef SERVER
137 // have to call this function a little later, after claymore transform has been finalized
138 g_Game.GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(DrawDamageZone, 500);
139#endif
140#endif
141 }
DayZGame g_Game
Определения DayZGame.c:3942
ERemoteDetonatorLEDState
Определения RemoteDetonator.c:2
void UpdateLED(ERemoteDetonatorLEDState pState, bool pForced=false)
Определения ClaymoreMine.c:200
void UpdateVisuals()
Определения ClaymoreMine.c:178
const int CALL_CATEGORY_SYSTEM
Определения 3_Game/DayZ/tools/tools.c:8

Перекрестные ссылки CALL_CATEGORY_SYSTEM, g_Game, UpdateLED() и UpdateVisuals().