![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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< float > | m_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, float > | m_ProgressParam |
Definition at line 1 of file cainteractloop.c.
|
inlineprotected |
Definition at line 9 of file cainteractloop.c.
References m_DefaultTimeToComplete.
|
inlineprotected |
Definition at line 29 of file cainteractloop.c.
References ActionData, 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 ActionData, 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.
|
protected |
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.