![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | AdjustItemQuantityServer (ActionData action_data) |
| void | AdjustVehicleHealthServer (ActionData action_data) |
| override ActionData | CreateActionData () |
| override void | CreateConditionComponents () |
| override void | HandleReciveData (ActionReciveData action_recive_data, ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
| override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
Protected Attributes | |
| string | m_CurrentDamageZone |
Additional Inherited Members | |
| 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) |
Definition at line 19 of file actionrepairvehiclepartbase.c.
|
inlineprotected |
Definition at line 68 of file actionrepairvehiclepartbase.c.
References ActionData.
Referenced by OnFinishProgressServer().
|
inlineprotected |
Definition at line 35 of file actionrepairvehiclepartbase.c.
References ActionData, Math::Clamp(), GameConstants::DAMAGE_BADLY_DAMAGED_VALUE, GameConstants::DAMAGE_DAMAGED_VALUE, GameConstants::DAMAGE_RUINED_VALUE, g_Game, m_CurrentDamageZone, Math::RandomFloatInclusive(), GameConstants::STATE_BADLY_DAMAGED, GameConstants::STATE_DAMAGED, GameConstants::STATE_RUINED, and GameConstants::STATE_WORN.
Referenced by OnFinishProgressServer().
|
inlineprotected |
Definition at line 84 of file actionrepairvehiclepartbase.c.
References ActionData.
|
inlineprotected |
Definition at line 23 of file actionrepairvehiclepartbase.c.
References ActionBase::m_ConditionItem, ActionBase::m_ConditionTarget, and UAMaxDistances::REPAIR.
|
inlineprotected |
Definition at line 126 of file actionrepairvehiclepartbase.c.
References ActionData, and RepairVehiclePartActionReciveData::m_DamageZoneRecived.
|
inlineprotected |
Definition at line 29 of file actionrepairvehiclepartbase.c.
References ActionData, AdjustItemQuantityServer(), and AdjustVehicleHealthServer().
|
inlineprotected |
Definition at line 102 of file actionrepairvehiclepartbase.c.
References ActionBase::HasTarget(), RepairVehiclePartActionReciveData::m_DamageZoneRecived, and Serializer::Read().
|
inlineprotected |
Definition at line 90 of file actionrepairvehiclepartbase.c.
References ActionData, Class::CastTo(), ActionBase::HasTarget(), m_CurrentDamageZone, and Serializer::Write().
|
protected |
Definition at line 21 of file actionrepairvehiclepartbase.c.
Referenced by ActionRepairBoatChassis::ActionCondition(), ActionRepairCarChassis::ActionCondition(), AdjustVehicleHealthServer(), and WriteToContext().