DayZ 1.24
|
Protected Member Functions | |
void | CAInteractLoop (float time_to_complete_action) |
override void | Setup (ActionData action_data) |
override int | Execute (ActionData action_data) |
Protected Attributes | |
float | m_LocalTimeElpased |
float | m_TimeElpased |
float | m_TimeToComplete |
float | m_DefaultTimeToComplete |
ref Param1< float > | m_SpentUnits |
Additional Inherited Members | |
Private Member Functions inherited from CABase | |
void | Init (ActionData action_data) |
void | Setup (ActionData action_data) |
int | Execute (ActionData action_data) |
int | Cancel (ActionData action_data) |
int | Interrupt (ActionData action_data) |
void | SetACData (Param units) |
Param | GetACData () |
bool | IsContinuousAction () |
float | GetProgress () |
Private Attributes inherited from CABase | |
ActionBase | m_Action |
float | m_LastTick |
ref Param | m_ACData |
ref Param2< float, float > | m_ProgressParam |
Definition at line 1 of file CAInteractLoop.c.
Definition at line 9 of file CAInteractLoop.c.
References m_DefaultTimeToComplete.
|
inlineprotected |
Definition at line 25 of file CAInteractLoop.c.
References m_SpentUnits, m_TimeElpased, m_TimeToComplete, CABase::SetACData(), UA_ERROR, UA_FINISHED, and UA_PROCESSING.
|
inlineprotected |
Definition at line 14 of file CAInteractLoop.c.
References CABase::m_Action, m_DefaultTimeToComplete, m_SpentUnits, m_TimeElpased, and m_TimeToComplete.
|
protected |
Definition at line 6 of file CAInteractLoop.c.
Referenced by CAInteractLoop(), and Setup().
|
protected |
Definition at line 3 of file CAInteractLoop.c.
Definition at line 7 of file CAInteractLoop.c.
|
protected |
Definition at line 4 of file CAInteractLoop.c.
|
protected |
Definition at line 5 of file CAInteractLoop.c.