![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionExtinguishFireplaceByLiquidCB |
Functions | |
| ActionExtinguishFireplaceByLiquidCB ActionContinuousBaseCB | ActionExtinguishFireplaceByLiquid () |
| override void | CreateActionComponent () |
| override void | CreateConditionComponents () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnStartAnimationLoop (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
Variables | |
| const private float | TIME_TO_REPEAT = 0.5 |
| const private float | WETNESS_GAIN_MULTIPLIER = 1.0 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item | ||
| ) |
Definition at line 31 of file actionextinguishfireplacebyliquid.c.
| ActionExtinguishFireplaceByLiquidCB ActionContinuousBaseCB ActionExtinguishFireplaceByLiquid | ( | ) |
Definition at line 15 of file actionextinguishfireplacebyliquid.c.
| override void ActionExtinguishFireplaceByLiquid::CreateActionComponent | ( | ) |
Definition at line 5 of file actionextinguishfireplacebyliquid.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 25 of file actionextinguishfireplacebyliquid.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 56 of file actionextinguishfireplacebyliquid.c.
| override void OnStartAnimationLoop | ( | ActionData | action_data | ) |
Definition at line 48 of file actionextinguishfireplacebyliquid.c.
| const private float TIME_TO_REPEAT = 0.5 |
Definition at line 2 of file actionextinguishfireplacebyliquid.c.
| const private float WETNESS_GAIN_MULTIPLIER = 1.0 |
Definition at line 3 of file actionextinguishfireplacebyliquid.c.