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

◆ OnAnimationPhaseStarted()

override void RemoteDetonatorTrigger::OnAnimationPhaseStarted ( string animSource,
float phase )
inlineprotected

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

192 {
193 if (animSource == ANIM_PHASE_TRIGGER)
194 {
195 if (phase > 0.01)
196 {
198 }
199 }
200 }
void UpdateLED(ERemoteDetonatorLEDState pState, bool pForced=false)
Определения RemoteDetonator.c:20
ERemoteDetonatorLEDState
Определения RemoteDetonator.c:2
const string ANIM_PHASE_TRIGGER
Определения RemoteDetonator.c:48

Перекрестные ссылки ANIM_PHASE_TRIGGER и UpdateLED().