Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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) |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 16 of file actionlightitemonfirewithblowtorch.c.
ActionLightItemOnFireWithBlowtorchCB ActionLightItemOnFireCB ActionLightItemOnFireWithBlowtorch | ( | ) |
Definition at line 11 of file actionlightitemonfirewithblowtorch.c.
override void ActionLightItemOnFireWithBlowtorch::CreateActionComponent | ( | ) |
Definition at line 2 of file actionlightitemonfirewithblowtorch.c.
override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 82 of file actionlightitemonfirewithblowtorch.c.
override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 68 of file actionlightitemonfirewithblowtorch.c.
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 75 of file actionlightitemonfirewithblowtorch.c.
override void OnUpdateServer | ( | ActionData | action_data | ) |
Definition at line 58 of file actionlightitemonfirewithblowtorch.c.