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

Private Member Functions

void ActionClose ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override void CreateConditionComponents ()
override bool HasTarget ()
override void OnExecuteServer (ActionData action_data)
void SetCloseAnimation (ItemBase item)
override bool SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL)

Detailed Description

Definition at line 1 of file actionclose.c.

Constructor & Destructor Documentation

◆ ActionClose()

void ActionClose ( )
inlineprivate

Definition at line 3 of file actionclose.c.

References ActionBase::m_Text.

Member Function Documentation

◆ ActionCondition()

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

Definition at line 19 of file actionclose.c.

References ActionTarget.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

Definition at line 8 of file actionclose.c.

References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.

◆ HasTarget()

override bool HasTarget ( )
inlineprivate

Definition at line 14 of file actionclose.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData action_data)
inlineprivate

Definition at line 54 of file actionclose.c.

References ActionData.

◆ SetCloseAnimation()

void SetCloseAnimation ( ItemBase item)
inlineprivate

Definition at line 41 of file actionclose.c.

References AnimatedActionBase::m_CommandUID.

Referenced by SetupAction().

◆ SetupAction()

override bool SetupAction ( PlayerBase player,
ActionTarget target,
ItemBase item,
out ActionData action_data,
Param extra_data = NULL )
inlineprivate

Definition at line 29 of file actionclose.c.

References ActionData, ActionTarget, and SetCloseAnimation().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/useractionscomponent/actions/singleuse/actionclose.c