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

◆ ActionDisarmExplosiveWithRemoteDetonator()

ActionDisarmExplosiveWithRemoteDetonatorCB ActionDisarmExplosiveCB ActionDisarmExplosiveWithRemoteDetonator ( )

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

12 {
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_INTERACT;
15 m_StanceMask = DayZPlayerConstants.STANCEMASK_CROUCH;
16 m_FullBody = true;
17 m_Text = "#disarm";
18 }
int m_CommandUID
Определения ActionBase.c:31
int m_StanceMask
Определения ActionBase.c:33
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Используется в ActionConstructor::RegisterActions() и RemoteDetonatorTrigger::SetActions().