![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| bool | CancelCondition () |
| override void | EndActionComponent () |
| override void | InitActionComponent () |
| void | SetInLoop (bool value) |
| void | UserEndsAction () |
| Private Member Functions inherited from ActionBaseCB | |
| void | ActionBaseCB () |
| void | CreateActionComponent () |
| void | EndActionComponent () |
| float | GetActionComponentProgress () |
| int | GetActionState () |
| int | GetPossileStanceMask () |
| ActionTarget | GetTarget () |
| void | InitActionComponent () |
| void | Interrupt () |
| override bool | IsUserActionCallback () |
| override void | OnAnimationEvent (int pEventID) |
| override void | OnFinish (bool pCanceled) |
| void | ProgressActionComponent () |
| void | SetActionData (ActionData action_data) |
| void | SetCommand (int command_uid) |
Private Attributes | |
| bool | m_callLoopEnd = false |
| bool | m_inLoop = false |
| Private Attributes inherited from ActionBaseCB | |
| ActionData | m_ActionData |
| bool | m_Canceled |
| bool | m_Interrupted |
| SoundOnVehicle | m_SoundObject |
Definition at line 1 of file actioncontinuousbase.c.
|
inlineprivate |
Definition at line 6 of file actioncontinuousbase.c.
References DefaultCancelCondition(), AnimatedActionBase::Do(), GetState(), ActionBaseCB::m_ActionData, m_callLoopEnd, m_inLoop, ActionBaseCB::m_Interrupted, ActionContinuousBase::OnEndAnimationLoop(), ActionContinuousBase::OnStartAnimationLoop(), STATE_LOOP_LOOP, STATE_LOOP_LOOP2, UA_INITIALIZE, and UA_PROCESSING.
|
inlineprivate |
Definition at line 79 of file actioncontinuousbase.c.
References ActionContinuousBase::HasAlternativeInterrupt(), ActionBaseCB::m_ActionData, ActionBaseCB::m_Canceled, ActionBaseCB::SetCommand(), UA_CANCEL, and UA_FINISHED.
Referenced by ActionCarHornLong::OnEndInput(), and ActionFishingNew::OnEndInput().
|
inlineprivate |
Definition at line 39 of file actioncontinuousbase.c.
References ActionBaseCB::CreateActionComponent(), EnableCancelCondition(), ActionBaseCB::m_ActionData, ActionBaseCB::m_Canceled, m_inLoop, ActionBaseCB::m_Interrupted, ActionBaseCB::m_SoundObject, RegisterAnimationEvent(), UA_ANIM_EVENT, UA_IN_END, UA_IN_START, and UA_INITIALIZE.
|
inlineprivate |
Definition at line 34 of file actioncontinuousbase.c.
References m_inLoop.
Referenced by ActionContinuousBase::OnAnimationEvent().
|
inlineprivate |
Definition at line 110 of file actioncontinuousbase.c.
References ActionBaseCB::m_ActionData.
Referenced by ActionContinuousBase::OnEndInput().
|
private |
Definition at line 4 of file actioncontinuousbase.c.
Referenced by CancelCondition().
|
private |
Definition at line 3 of file actioncontinuousbase.c.
Referenced by CancelCondition(), InitActionComponent(), and SetInLoop().