![]() |
Dayz Explorer 1.29.162510
|
Go to the source code of this file.
Classes | |
| class | ActionUnfoldMapCB |
Functions | |
| ActionUnfoldMapCB ActionBaseCB | ActionUnfoldMap () |
| void | ActionUnfoldMapCB () |
| void | ~ActionUnfoldMapCB () |
| override void | SetActionData (ActionData action_data) |
| bool | CancelCondition () |
| override void | OnStateChange (int pOldState, int pCurrentState) |
| override void | OnAnimationEvent (int pEventID) |
| override void | OnFinish (bool pCanceled) |
| void | PerformMapChange () |
| bool | StateCheck () |
| override bool | IsInstant () |
| override void | CreateConditionComponents () |
| override bool | HasTarget () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override int | GetActionCategory () |
| override void | OnStartClient (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
| override void | OnEndRequest (ActionData action_data) |
| override void | Interrupt (ActionData action_data) |
| void | OpenMap (ActionData action_data) |
| override bool | CanBePerformedWhileChangingStance () |
Variables | |
| bool | m_MapFolding |
| bool | m_HasReceivedEvent |
| bool | m_CancelCondition |
| int | m_InitMovementState |
| int | m_FinalMovementState |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 191 of file actionunfoldmap.c.
| ActionUnfoldMapCB ActionBaseCB ActionUnfoldMap | ( | ) |
Definition at line 1 of file actionunfoldmap.c.
| void ActionUnfoldMap::ActionUnfoldMapCB | ( | ) |
Definition at line 177 of file actionunfoldmap.c.
| override bool CanBePerformedWhileChangingStance | ( | ) |
Definition at line 258 of file actionunfoldmap.c.
| bool ActionUnfoldMap::CancelCondition | ( | ) |
Definition at line 215 of file actionunfoldmap.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 180 of file actionunfoldmap.c.
| override int GetActionCategory | ( | ) |
Definition at line 200 of file actionunfoldmap.c.
| override bool HasTarget | ( | ) |
Definition at line 186 of file actionunfoldmap.c.
| override void Interrupt | ( | ActionData | action_data | ) |
Definition at line 225 of file actionunfoldmap.c.
| override bool IsInstant | ( | ) |
Definition at line 175 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnAnimationEvent | ( | int | pEventID | ) |
Definition at line 231 of file actionunfoldmap.c.
| override void OnEndRequest | ( | ActionData | action_data | ) |
Definition at line 219 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnFinish | ( | bool | pCanceled | ) |
Definition at line 255 of file actionunfoldmap.c.
| override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 205 of file actionunfoldmap.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 210 of file actionunfoldmap.c.
Definition at line 220 of file actionunfoldmap.c.
| void OpenMap | ( | ActionData | action_data | ) |
Definition at line 239 of file actionunfoldmap.c.
| void ActionUnfoldMap::PerformMapChange | ( | ) |
Definition at line 284 of file actionunfoldmap.c.
| override void ActionUnfoldMap::SetActionData | ( | ActionData | action_data | ) |
Definition at line 209 of file actionunfoldmap.c.
| bool ActionUnfoldMap::StateCheck | ( | ) |
Definition at line 330 of file actionunfoldmap.c.
| void ActionUnfoldMap::~ActionUnfoldMapCB | ( | ) |
Definition at line 184 of file actionunfoldmap.c.
| bool m_CancelCondition |
Definition at line 173 of file actionunfoldmap.c.
| int m_FinalMovementState |
Definition at line 175 of file actionunfoldmap.c.
| bool m_HasReceivedEvent |
Definition at line 172 of file actionunfoldmap.c.
| int m_InitMovementState |
Definition at line 174 of file actionunfoldmap.c.
| bool m_MapFolding |
Definition at line 171 of file actionunfoldmap.c.