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

◆ ActionAttachExplosivesTrigger()

ActionAttachExplosivesTriggerCB ActionContinuousBaseCB ActionAttachExplosivesTrigger ( )

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

12 {
13 m_CallbackClass = ActionAttachExplosivesTriggerCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_CRAFTING;
15 m_FullBody = true;
16 m_SpecialtyWeight = UASoftSkillsWeight.PRECISE_LOW;
17
18 m_Text = "#STR_ArmExplosive";
19 }
int m_CommandUID
Определения ActionBase.c:31
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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