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

Private Member Functions

void ActionOpenFence ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override void CreateConditionComponents ()
override void OnEndServer (ActionData action_data)
override void OnStartServer (ActionData action_data)

Private Attributes

ref NoiseParams m_NoisePar
const string SELECTION_INTERACT = "gate_interact"

Detailed Description

Definition at line 1 of file actionopenfence.c.

Constructor & Destructor Documentation

◆ ActionOpenFence()

void ActionOpenFence ( )
inlineprivate

Member Function Documentation

◆ ActionCondition()

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

Definition at line 19 of file actionopenfence.c.

References ActionTarget, and SELECTION_INTERACT.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

Definition at line 13 of file actionopenfence.c.

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

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)
inlineprivate

◆ OnStartServer()

override void OnStartServer ( ActionData action_data)
inlineprivate

Definition at line 42 of file actionopenfence.c.

References ActionData.

Field Documentation

◆ m_NoisePar

ref NoiseParams m_NoisePar
private

Definition at line 3 of file actionopenfence.c.

Referenced by OnEndServer().

◆ SELECTION_INTERACT

const string SELECTION_INTERACT = "gate_interact"
private

Definition at line 4 of file actionopenfence.c.

Referenced by ActionCondition().


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