![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionPlugTargetIntoThis () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | Can (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override bool | IsDeploymentAction () |
| override void | OnExecuteClient (ActionData action_data) |
| override void | OnExecuteServer (ActionData action_data) |
| void | Process (ActionData action_data) |
Private Attributes | |
| bool | m_Retoggle |
Definition at line 1 of file actionplugtargetintothis.c.
|
inlineprivate |
Definition at line 5 of file actionplugtargetintothis.c.
References AnimatedActionBase::m_CommandUID, m_Retoggle, and ActionBase::m_Text.
|
inlineprivate |
Definition at line 45 of file actionplugtargetintothis.c.
References ActionTarget, and ItemBase::IsElectricAppliance().
|
inlineprivate |
Definition at line 18 of file actionplugtargetintothis.c.
References ActionTarget, and m_Retoggle.
|
inlineprivate |
Definition at line 12 of file actionplugtargetintothis.c.
References UAMaxDistances::DEFAULT, ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 73 of file actionplugtargetintothis.c.
|
inlineprivate |
Definition at line 83 of file actionplugtargetintothis.c.
References ActionData, and m_Retoggle.
|
inlineprivate |
Definition at line 78 of file actionplugtargetintothis.c.
References ActionData, and Process().
|
inlineprivate |
Definition at line 88 of file actionplugtargetintothis.c.
References ActionData, and ItemBase::Unfold().
|
private |
Definition at line 3 of file actionplugtargetintothis.c.
Referenced by ActionPlugTargetIntoThis(), Can(), and OnExecuteClient().