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

Private Member Functions

void ActionOpen ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override bool ActionConditionContinue (ActionData action_data)
override void CreateConditionComponents ()
override bool HasTarget ()
override void OnExecuteClient (ActionData action_data)
override void OnExecuteServer (ActionData action_data)

Detailed Description

Definition at line 1 of file actionopen.c.

Constructor & Destructor Documentation

◆ ActionOpen()

void ActionOpen ( )
inlineprivate

Member Function Documentation

◆ ActionCondition()

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

Definition at line 22 of file actionopen.c.

References ActionTarget, and Class::CastTo().

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData action_data)
inlineprivate

Definition at line 35 of file actionopen.c.

References ActionData.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

Definition at line 11 of file actionopen.c.

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

◆ HasTarget()

override bool HasTarget ( )
inlineprivate

Definition at line 17 of file actionopen.c.

◆ OnExecuteClient()

override void OnExecuteClient ( ActionData action_data)
inlineprivate

Definition at line 40 of file actionopen.c.

References ActionData, and ActionBase::ClearInventoryReservationEx().

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData action_data)
inlineprivate

Definition at line 45 of file actionopen.c.

References ActionData, ActionBase::ClearInventoryReservationEx(), and g_Game.


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