![]() |
Dayz Explorer 1.28.160049
|
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 195 of file actionunfoldmap.c.
| ActionUnfoldMapCB ActionBaseCB ActionUnfoldMap | ( | ) |
Definition at line 1 of file actionunfoldmap.c.
| void ActionUnfoldMap::ActionUnfoldMapCB | ( | ) |
Definition at line 181 of file actionunfoldmap.c.
| override bool CanBePerformedWhileChangingStance | ( | ) |
Definition at line 262 of file actionunfoldmap.c.
| bool ActionUnfoldMap::CancelCondition | ( | ) |
Definition at line 219 of file actionunfoldmap.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 184 of file actionunfoldmap.c.
| override int GetActionCategory | ( | ) |
Definition at line 204 of file actionunfoldmap.c.
| override bool HasTarget | ( | ) |
Definition at line 190 of file actionunfoldmap.c.
| override void Interrupt | ( | ActionData | action_data | ) |
Definition at line 229 of file actionunfoldmap.c.
| override bool IsInstant | ( | ) |
Definition at line 179 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnAnimationEvent | ( | int | pEventID | ) |
Definition at line 235 of file actionunfoldmap.c.
| override void OnEndRequest | ( | ActionData | action_data | ) |
Definition at line 223 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnFinish | ( | bool | pCanceled | ) |
Definition at line 259 of file actionunfoldmap.c.
| override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 209 of file actionunfoldmap.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 214 of file actionunfoldmap.c.
Definition at line 224 of file actionunfoldmap.c.
| void OpenMap | ( | ActionData | action_data | ) |
Definition at line 243 of file actionunfoldmap.c.
| void ActionUnfoldMap::PerformMapChange | ( | ) |
Definition at line 288 of file actionunfoldmap.c.
| override void ActionUnfoldMap::SetActionData | ( | ActionData | action_data | ) |
Definition at line 213 of file actionunfoldmap.c.
| bool ActionUnfoldMap::StateCheck | ( | ) |
Definition at line 338 of file actionunfoldmap.c.
| void ActionUnfoldMap::~ActionUnfoldMapCB | ( | ) |
Definition at line 188 of file actionunfoldmap.c.
| bool m_CancelCondition |
Definition at line 177 of file actionunfoldmap.c.
| int m_FinalMovementState |
Definition at line 179 of file actionunfoldmap.c.
| bool m_HasReceivedEvent |
Definition at line 176 of file actionunfoldmap.c.
| int m_InitMovementState |
Definition at line 178 of file actionunfoldmap.c.
| bool m_MapFolding |
Definition at line 175 of file actionunfoldmap.c.