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

Private Member Functions

void ActionCarHornLong ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override bool CanBeUsedInVehicle ()
override ActionData CreateActionData ()
override void CreateConditionComponents ()
override GetInputType ()
override void HandleReciveData (ActionReciveData action_recive_data, ActionData action_data)
override bool HasProgress ()
override bool HasTarget ()
override void OnEndInput (ActionData action_data)
override void OnEndServer (ActionData action_data)
override void OnStart (ActionData action_data)
override void OnStartServer (ActionData action_data)
override void OnUpdate (ActionData action_data)
 special case - manually ends the action on exec event
override bool ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data)
override bool UseMainItem ()
override void WriteToContext (ParamsWriteContext ctx, ActionData action_data)
Private Member Functions inherited from ActionContinuousBase
void OnEndAnimationLoopClient (ActionData action_data)
void OnEndAnimationLoopServer (ActionData action_data)
void OnFinishProgressClient (ActionData action_data)
void OnFinishProgressServer (ActionData action_data)
void OnStartAnimationLoopClient (ActionData action_data)
void OnStartAnimationLoopServer (ActionData action_data)

Detailed Description

Definition at line 208 of file actioncarhorn.c.

Constructor & Destructor Documentation

◆ ActionCarHornLong()

void ActionCarHornLong ( )
inlineprivate

Definition at line 210 of file actioncarhorn.c.

References AnimatedActionBase::m_CommandUID, and ActionBase::m_StanceMask.

Member Function Documentation

◆ ActionCondition()

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

Definition at line 253 of file actioncarhorn.c.

References ActionCarHornBase::ActionCondition(), and ActionTarget.

◆ CanBeUsedInVehicle()

override bool CanBeUsedInVehicle ( )
inlineprivate

Definition at line 226 of file actioncarhorn.c.

◆ CreateActionData()

override ActionData CreateActionData ( )
inlineprivate

Definition at line 247 of file actioncarhorn.c.

References ActionData.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

Definition at line 241 of file actioncarhorn.c.

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

◆ GetInputType()

override GetInputType ( )
inlineprivate

Definition at line 231 of file actioncarhorn.c.

References CarHornLongActionInput.

◆ HandleReciveData()

override void HandleReciveData ( ActionReciveData action_recive_data,
ActionData action_data )
inlineprivate

◆ HasProgress()

override bool HasProgress ( )
inlineprivate

Definition at line 221 of file actioncarhorn.c.

◆ HasTarget()

override bool HasTarget ( )
inlineprivate

Definition at line 216 of file actioncarhorn.c.

◆ OnEndInput()

override void OnEndInput ( ActionData action_data)
inlineprivate

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)
inlineprivate

Definition at line 304 of file actioncarhorn.c.

References ActionData, and ActionCarHornBase::SetCarHornState().

◆ OnStart()

override void OnStart ( ActionData action_data)
inlineprivate

◆ OnStartServer()

override void OnStartServer ( ActionData action_data)
inlineprivate

◆ OnUpdate()

override void OnUpdate ( ActionData action_data)
inlineprivate

special case - manually ends the action on exec event

Definition at line 259 of file actioncarhorn.c.

References ActionData, and CarHornActionData::m_ActionNeedEnd.

◆ ReadFromContext()

override bool ReadFromContext ( ParamsReadContext ctx,
out ActionReciveData action_recive_data )
inlineprivate

Definition at line 322 of file actioncarhorn.c.

References Serializer::Read().

◆ UseMainItem()

override bool UseMainItem ( )
inlineprivate

Definition at line 236 of file actioncarhorn.c.

◆ WriteToContext()

override void WriteToContext ( ParamsWriteContext ctx,
ActionData action_data )
inlineprivate

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