Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionattachexplosivestrigger.c File Reference

Go to the source code of this file.

Data Structures

class  ActionAttachExplosivesTriggerCB
 

Functions

ActionAttachExplosivesTriggerCB ActionContinuousBaseCB ActionAttachExplosivesTrigger ()
 
override void CreateActionComponent ()
 
override void CreateConditionComponents ()
 
override bool ActionConditionContinue (ActionData action_data)
 
override bool CanBeSetFromInventory ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnFinishProgressClient (ActionData action_data)
 
protected void CreateRemoteDetonatorReceiverAsAttachment (ActionData action_data)
 
protected void AttachItem (ActionData action_data)
 

Function Documentation

◆ ActionAttachExplosivesTrigger()

ActionAttachExplosivesTriggerCB ActionContinuousBaseCB ActionAttachExplosivesTrigger ( )

Definition at line 11 of file actionattachexplosivestrigger.c.

◆ ActionCondition()

override bool ActionCondition ( PlayerBase  player,
ActionTarget  target,
ItemBase  item 
)

Definition at line 37 of file actionattachexplosivestrigger.c.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData  action_data)

Definition at line 27 of file actionattachexplosivestrigger.c.

◆ AttachItem()

protected void AttachItem ( ActionData  action_data)

Definition at line 123 of file actionattachexplosivestrigger.c.

◆ CanBeSetFromInventory()

override bool CanBeSetFromInventory ( )

Definition at line 32 of file actionattachexplosivestrigger.c.

◆ CreateActionComponent()

override void ActionAttachExplosivesTrigger::CreateActionComponent ( )

Definition at line 2 of file actionattachexplosivestrigger.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 21 of file actionattachexplosivestrigger.c.

◆ CreateRemoteDetonatorReceiverAsAttachment()

protected void CreateRemoteDetonatorReceiverAsAttachment ( ActionData  action_data)

Definition at line 104 of file actionattachexplosivestrigger.c.

◆ OnFinishProgressClient()

override void OnFinishProgressClient ( ActionData  action_data)

Definition at line 88 of file actionattachexplosivestrigger.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 65 of file actionattachexplosivestrigger.c.