![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| bool | DestroyCondition (PlayerBase player, ActionTarget target, ItemBase item, bool camera_check) |
| override string | GetAdminLogMessage (ActionData action_data) |
Private Member Functions | |
| void | ActionDestroyPart () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | ActionConditionContinue (ActionData action_data) |
| override bool | CanBeUsedLeaning () |
| override void | CreateConditionComponents () |
| override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnFinishProgressServer (ActionData action_data) |
| Private Member Functions inherited from ActionContinuousBase | |
| void | OnEndAnimationLoopClient (ActionData action_data) |
| void | OnEndAnimationLoopServer (ActionData action_data) |
| void | OnFinishProgressClient (ActionData action_data) |
| void | OnFinishProgressServer (ActionData action_data) |
| void | OnStartAnimationLoopClient (ActionData action_data) |
| void | OnStartAnimationLoopServer (ActionData action_data) |
Static Private Attributes | |
| static int | CYCLES = 4 |
Definition at line 9 of file actiondestroypart.c.
|
inlineprivate |
Definition at line 13 of file actiondestroypart.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, ActionBase::m_StanceMask, and ActionBase::m_Text.
|
inlineprivate |
Definition at line 41 of file actiondestroypart.c.
References ActionTarget, and DestroyCondition().
|
inlineprivate |
Definition at line 50 of file actiondestroypart.c.
References ActionData, and DestroyCondition().
|
inlineprivate |
Definition at line 36 of file actiondestroypart.c.
|
inlineprivate |
Definition at line 24 of file actiondestroypart.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 85 of file actiondestroypart.c.
References ActionTarget, Construction(), UAMaxDistances::DEFAULT, g_Game, BaseBuildingBase::IsFacingCamera(), ActionBase::IsInReach(), and ConstructionActionData::SetTargetPart().
Referenced by ActionCondition(), and ActionConditionContinue().
|
inlineprotected |
Definition at line 124 of file actiondestroypart.c.
References ActionData.
|
inlineprivate |
Definition at line 30 of file actiondestroypart.c.
References ActionTarget, ConstructionActionData::GetTargetPart(), and ActionBase::m_Text.
|
inlineprivate |
Definition at line 55 of file actiondestroypart.c.
References ActionData, AT_DESTROY_PART, Construction(), CYCLES, UADamageApplied::DESTROY, ConstructionPart::GetPartName(), and ConstructionActionData::GetTargetPart().
|
staticprivate |
Definition at line 11 of file actiondestroypart.c.
Referenced by ActionDestroyPartCB::CreateActionComponent(), and OnFinishProgressServer().