![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionGiveBloodSelf () |
| override ActionData | CreateActionData () |
| override void | CreateConditionComponents () |
| override bool | HasTarget () |
| override void | OnEndAnimationLoopServer (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override bool | SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL) |
| 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 | CHEM_AGENT_BLOOD_REMOVAL_MODIFIER = 0.25 |
Definition at line 16 of file actiongivebloodself.c.
|
inlineprivate |
Definition at line 19 of file actiongivebloodself.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 actiongivebloodself.c.
References ActionData.
|
inlineprivate |
Definition at line 30 of file actiongivebloodself.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 36 of file actiongivebloodself.c.
|
inlineprivate |
Definition at line 60 of file actiongivebloodself.c.
References ActionData.
|
inlineprivate |
Definition at line 72 of file actiongivebloodself.c.
References ActionData, AGT_UACTION_TO_PLAYER, CHEM_AGENT_BLOOD_REMOVAL_MODIFIER, GetPlugin(), PlayerConstants::HEMOLYTIC_REACTION_THRESHOLD, PlayerConstants::HEMOLYTIC_RISK_SHOCK_THRESHOLD, ActionGiveBloodData::m_Agents, ActionGiveBloodData::m_BloodAmount, ActionGiveBloodData::m_ItemBloodType, and BloodTypes::MatchBloodCompatibility().
|
inlineprivate |
Definition at line 47 of file actiongivebloodself.c.
References ActionData, ActionTarget, ActionGiveBloodData::m_Agents, ActionGiveBloodData::m_BloodAmount, and ActionGiveBloodData::m_ItemBloodType.
|
private |
Definition at line 18 of file actiongivebloodself.c.
Referenced by OnEndServer(), and ActionGiveBloodTarget::OnEndServer().