![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| 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) |
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 174 of file actionunfoldmap.c.
| void ActionUnfoldMap::ActionUnfoldMapCB | ( | ) |
Definition at line 8 of file actionunfoldmap.c.
| bool ActionUnfoldMap::CancelCondition | ( | ) |
Definition at line 46 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 227 of file actionunfoldmap.c.
| override bool IsInstant | ( | ) |
Definition at line 179 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnAnimationEvent | ( | int | pEventID | ) |
Definition at line 62 of file actionunfoldmap.c.
| override void OnEndRequest | ( | ActionData | action_data | ) |
Definition at line 221 of file actionunfoldmap.c.
| override void ActionUnfoldMap::OnFinish | ( | bool | pCanceled | ) |
Definition at line 86 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 51 of file actionunfoldmap.c.
| void OpenMap | ( | ActionData | action_data | ) |
Definition at line 241 of file actionunfoldmap.c.
| void ActionUnfoldMap::PerformMapChange | ( | ) |
Definition at line 115 of file actionunfoldmap.c.
| override void ActionUnfoldMap::SetActionData | ( | ActionData | action_data | ) |
Definition at line 40 of file actionunfoldmap.c.
| bool ActionUnfoldMap::StateCheck | ( | ) |
Definition at line 165 of file actionunfoldmap.c.
| void ActionUnfoldMap::~ActionUnfoldMapCB | ( | ) |
Definition at line 15 of file actionunfoldmap.c.
| bool m_CancelCondition |
Definition at line 4 of file actionunfoldmap.c.
| int m_FinalMovementState |
Definition at line 6 of file actionunfoldmap.c.
| bool m_HasReceivedEvent |
Definition at line 3 of file actionunfoldmap.c.
| int m_InitMovementState |
Definition at line 5 of file actionunfoldmap.c.
| bool m_MapFolding |
Definition at line 2 of file actionunfoldmap.c.