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

Go to the source code of this file.

Classes

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 1 of file actionlightitemonfirewithblowtorch.c.

◆ CreateActionComponent()

override void ActionLightItemOnFireWithBlowtorch::CreateActionComponent ( )

Definition at line 12 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.