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

Go to the source code of this file.

Data Structures

class  ActionLightItemOnFireWithBlowtorchCB
 

Functions

ActionLightItemOnFireWithBlowtorchCB ActionLightItemOnFireCB ActionLightItemOnFireWithBlowtorch ()
 
override void CreateActionComponent ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnUpdateServer (ActionData action_data)
 
override void OnExecuteServer (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 

Function Documentation

◆ ActionCondition()

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

Definition at line 16 of file actionlightitemonfirewithblowtorch.c.

◆ ActionLightItemOnFireWithBlowtorch()

ActionLightItemOnFireWithBlowtorchCB ActionLightItemOnFireCB ActionLightItemOnFireWithBlowtorch ( )

Definition at line 11 of file actionlightitemonfirewithblowtorch.c.

◆ CreateActionComponent()

override void ActionLightItemOnFireWithBlowtorch::CreateActionComponent ( )

Definition at line 2 of file actionlightitemonfirewithblowtorch.c.

◆ OnEndServer()

override void OnEndServer ( ActionData  action_data)

Definition at line 82 of file actionlightitemonfirewithblowtorch.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData  action_data)

Definition at line 68 of file actionlightitemonfirewithblowtorch.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 75 of file actionlightitemonfirewithblowtorch.c.

◆ OnUpdateServer()

override void OnUpdateServer ( ActionData  action_data)

Definition at line 58 of file actionlightitemonfirewithblowtorch.c.