Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionattachexplosivestrigger.c File Reference

Go to the source code of this file.

Classes

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 OnStartServer (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnFinishProgressClient (ActionData action_data)
 
void CreateRemoteDetonatorReceiverAsAttachment (ActionData action_data)
 
void AttachItem (ActionData action_data)
 

Function Documentation

◆ ActionAttachExplosivesTrigger()

ActionAttachExplosivesTriggerCB ActionContinuousBaseCB ActionAttachExplosivesTrigger ( )

Definition at line 1 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()

void AttachItem ( ActionData action_data)
protected

Definition at line 141 of file actionattachexplosivestrigger.c.

◆ CanBeSetFromInventory()

override bool CanBeSetFromInventory ( )

Definition at line 32 of file actionattachexplosivestrigger.c.

◆ CreateActionComponent()

override void ActionAttachExplosivesTrigger::CreateActionComponent ( )

Definition at line 12 of file actionattachexplosivestrigger.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 21 of file actionattachexplosivestrigger.c.

◆ CreateRemoteDetonatorReceiverAsAttachment()

void CreateRemoteDetonatorReceiverAsAttachment ( ActionData action_data)
protected

Definition at line 122 of file actionattachexplosivestrigger.c.

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)

Definition at line 74 of file actionattachexplosivestrigger.c.

◆ OnFinishProgressClient()

override void OnFinishProgressClient ( ActionData action_data)

Definition at line 106 of file actionattachexplosivestrigger.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData action_data)

Definition at line 83 of file actionattachexplosivestrigger.c.

◆ OnStartServer()

override void OnStartServer ( ActionData action_data)

Definition at line 65 of file actionattachexplosivestrigger.c.