![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | MineActionData |
| class | ActionMineBase |
Functions | |
| override void | CreateActionComponent () |
| ActionMineBase ActionContinuousBase | ActionMineTree () |
| override ActionData | CreateActionData () |
| override bool | CanBeUsedInFreelook () |
| override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
| string | GetYieldName (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | CanContinue (ActionData action_data) |
| not checking target damage anymore, callback takes care of that | |
| override void | OnExecuteServer (ActionData action_data) |
| override bool | HasMultipleExecution (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
Variables | |
| MineActionData | TIME_BETWEEN_MATERIAL_DROPS_DEFAULT = 4 |
| EHarvestType | m_HarvestType = EHarvestType.NORMAL |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 83 of file actionminetree.c.
| ActionMineBase ActionContinuousBase ActionMineTree | ( | ) |
Definition at line 11 of file actionminetree.c.
| override bool ActionMineTree::CanBeUsedInFreelook | ( | ) |
Definition at line 78 of file actionminetree.c.
| override bool CanContinue | ( | ActionData | action_data | ) |
not checking target damage anymore, callback takes care of that
Definition at line 95 of file actionminetree.c.
| override void CreateActionComponent | ( | ) |
Definition at line 11 of file actionminetree.c.
| override ActionData ActionMineTree::CreateActionData | ( | ) |
Definition at line 71 of file actionminetree.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 77 of file actionminetree.c.
| string ActionMineTree::GetYieldName | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 88 of file actionminetree.c.
| override bool HasMultipleExecution | ( | ActionData | action_data | ) |
Definition at line 116 of file actionminetree.c.
| override void ActionMineTree::OnActionInfoUpdate | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 83 of file actionminetree.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 121 of file actionminetree.c.
| override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 103 of file actionminetree.c.
| EHarvestType m_HarvestType = EHarvestType.NORMAL |
Definition at line 69 of file actionminetree.c.
| MineActionData TIME_BETWEEN_MATERIAL_DROPS_DEFAULT = 4 |