DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ActionUnfoldMapCB |
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 185 of file ActionUnfoldMap.c.
ActionUnfoldMapCB ActionBaseCB ActionUnfoldMap | ( | ) |
Definition at line 1 of file ActionUnfoldMap.c.
Referenced by MissionBase::IsMapUnfoldActionRunning(), ActionUnfoldMapCB::OnFinish(), ActionConstructor::RegisterActions(), and ItemMap::SetActions().
void ActionUnfoldMap::ActionUnfoldMapCB | ( | ) |
Definition at line 171 of file ActionUnfoldMap.c.
bool ActionUnfoldMap::CancelCondition | ( | ) |
Definition at line 207 of file ActionUnfoldMap.c.
Definition at line 174 of file ActionUnfoldMap.c.
References m_ConditionItem, and m_ConditionTarget.
Definition at line 192 of file ActionUnfoldMap.c.
References AC_SINGLE_USE.
Definition at line 180 of file ActionUnfoldMap.c.
override void Interrupt | ( | ActionData | action_data | ) |
Definition at line 215 of file ActionUnfoldMap.c.
Definition at line 169 of file ActionUnfoldMap.c.
Definition at line 221 of file ActionUnfoldMap.c.
override void OnEndRequest | ( | ActionData | action_data | ) |
Definition at line 209 of file ActionUnfoldMap.c.
Definition at line 243 of file ActionUnfoldMap.c.
override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 197 of file ActionUnfoldMap.c.
References OpenMap().
override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 202 of file ActionUnfoldMap.c.
References OpenMap().
Definition at line 212 of file ActionUnfoldMap.c.
void OpenMap | ( | ActionData | action_data | ) |
Definition at line 227 of file ActionUnfoldMap.c.
Referenced by OnStartClient(), and OnStartServer().
void ActionUnfoldMap::PerformMapChange | ( | ) |
Definition at line 268 of file ActionUnfoldMap.c.
override void ActionUnfoldMap::SetActionData | ( | ActionData | action_data | ) |
Definition at line 201 of file ActionUnfoldMap.c.
bool ActionUnfoldMap::StateCheck | ( | ) |
Definition at line 318 of file ActionUnfoldMap.c.
void ActionUnfoldMap::~ActionUnfoldMapCB | ( | ) |
Definition at line 178 of file ActionUnfoldMap.c.
bool m_CancelCondition |
Definition at line 167 of file ActionUnfoldMap.c.
int m_FinalMovementState |
Definition at line 169 of file ActionUnfoldMap.c.
bool m_HasReceivedEvent |
Definition at line 166 of file ActionUnfoldMap.c.
int m_InitMovementState |
Definition at line 168 of file ActionUnfoldMap.c.
bool m_MapFolding |
Definition at line 165 of file ActionUnfoldMap.c.