Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ActionPlugTargetIntoThis Class Reference
Inheritance diagram for ActionPlugTargetIntoThis:
ActionSingleUseBase

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

Detailed Description

Definition at line 1 of file actionplugtargetintothis.c.

Constructor & Destructor Documentation

◆ ActionPlugTargetIntoThis()

void ActionPlugTargetIntoThis ( )
inlineprivate

Member Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

Definition at line 45 of file actionplugtargetintothis.c.

References ActionTarget, and ItemBase::IsElectricAppliance().

◆ Can()

override bool Can ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

Definition at line 18 of file actionplugtargetintothis.c.

References ActionTarget, and m_Retoggle.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

◆ IsDeploymentAction()

override bool IsDeploymentAction ( )
inlineprivate

Definition at line 73 of file actionplugtargetintothis.c.

◆ OnExecuteClient()

override void OnExecuteClient ( ActionData action_data)
inlineprivate

Definition at line 83 of file actionplugtargetintothis.c.

References ActionData, and m_Retoggle.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData action_data)
inlineprivate

Definition at line 78 of file actionplugtargetintothis.c.

References ActionData, and Process().

◆ Process()

void Process ( ActionData action_data)
inlineprivate

Definition at line 88 of file actionplugtargetintothis.c.

References ActionData, and ItemBase::Unfold().

Field Documentation

◆ m_Retoggle

bool m_Retoggle
private

Definition at line 3 of file actionplugtargetintothis.c.

Referenced by ActionPlugTargetIntoThis(), Can(), and OnExecuteClient().


The documentation for this class was generated from the following file: