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

Protected Member Functions

void CAInteractLoop (float time_to_complete_action)
override int Execute (ActionData action_data)
override void Setup (ActionData action_data)

Protected Attributes

float m_DefaultTimeToComplete
float m_LocalTimeElpased
ref Param1< floatm_SpentUnits
float m_TimeElpased
float m_TimeToComplete

Additional Inherited Members

Private Member Functions inherited from CABase
int Cancel (ActionData action_data)
int Execute (ActionData action_data)
Param GetACData ()
float GetProgress ()
float GetProgressWidgetMultiplier ()
void Init (ActionData action_data)
int Interrupt (ActionData action_data)
bool IsContinuousAction ()
void SetACData (Param units)
void Setup (ActionData action_data)
Private Attributes inherited from CABase
ref Param m_ACData
ActionBase m_Action
float m_LastTick
ref Param2< float, floatm_ProgressParam

Detailed Description

Definition at line 1 of file cainteractloop.c.

Constructor & Destructor Documentation

◆ CAInteractLoop()

void CAInteractLoop ( float time_to_complete_action)
inlineprotected

Definition at line 9 of file cainteractloop.c.

References m_DefaultTimeToComplete.

Member Function Documentation

◆ Execute()

override int Execute ( ActionData action_data)
inlineprotected

◆ Setup()

override void Setup ( ActionData action_data)
inlineprotected

Field Documentation

◆ m_DefaultTimeToComplete

float m_DefaultTimeToComplete
protected

Definition at line 6 of file cainteractloop.c.

Referenced by CAInteractLoop(), and Setup().

◆ m_LocalTimeElpased

float m_LocalTimeElpased
protected

Definition at line 3 of file cainteractloop.c.

◆ m_SpentUnits

ref Param1<float> m_SpentUnits
protected

Definition at line 7 of file cainteractloop.c.

Referenced by Execute(), and Setup().

◆ m_TimeElpased

float m_TimeElpased
protected

Definition at line 4 of file cainteractloop.c.

Referenced by Execute(), and Setup().

◆ m_TimeToComplete

float m_TimeToComplete
protected

Definition at line 5 of file cainteractloop.c.

Referenced by Execute(), and Setup().


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