![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| override void | CreateActionComponent () |
| override void | EndActionComponent () |
| override void | InitActionComponent () |
| 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) |
Additional Inherited Members | |
| Private Attributes inherited from ActionBaseCB | |
| ActionData | m_ActionData |
| bool | m_Canceled |
| bool | m_Interrupted |
| SoundOnVehicle | m_SoundObject |
Definition at line 1 of file actioninteractbase.c.
|
inlineprivate |
Definition at line 3 of file actioninteractbase.c.
References ActionBaseCB::m_ActionData.
Referenced by InitActionComponent().
|
inlineprivate |
Definition at line 29 of file actioninteractbase.c.
References ActionBaseCB::m_ActionData, ActionBaseCB::SetCommand(), and UA_FINISHED.
|
inlineprivate |
Definition at line 8 of file actioninteractbase.c.
References Debug::ActionLog(), CreateActionComponent(), LogManager::IsActionLogEnable(), ActionBaseCB::m_ActionData, ActionBaseCB::m_Canceled, ActionBaseCB::m_Interrupted, ActionBaseCB::m_SoundObject, RegisterAnimationEvent(), UA_ANIM_EVENT, and UA_PROCESSING.