![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionCreateGreenhouseGardenPlot () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override bool | IsLockTargetOnUse () |
| 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) |
Private Attributes | |
| const float | CAMERA_PITCH_THRESHOLD = -30 |
| GardenPlot | m_GardenPlot |
Definition at line 9 of file actioncreategreenhousegardenplot.c.
|
inlineprivate |
Definition at line 14 of file actioncreategreenhousegardenplot.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 30 of file actioncreategreenhousegardenplot.c.
References ActionTarget, g_Game, CfgGameplayHandler::GetDisableColdAreaPlacementCheck(), Land_Misc_Greenhouse(), and Land_Misc_Polytunnel().
|
inlineprivate |
Definition at line 24 of file actioncreategreenhousegardenplot.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 131 of file actioncreategreenhousegardenplot.c.
|
inlineprivate |
Definition at line 76 of file actioncreategreenhousegardenplot.c.
References ActionData, ECE_KEEPHEIGHT, g_Game, Land_Misc_Greenhouse(), Land_Misc_Polytunnel(), and m_GardenPlot.
|
private |
Definition at line 12 of file actioncreategreenhousegardenplot.c.
|
private |
Definition at line 11 of file actioncreategreenhousegardenplot.c.
Referenced by OnFinishProgressServer().