Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | array< ref TSelectableActionInfo > |
Variables | |
class TSelectableActionInfoArray extends array< ref TSelectableActionInfo > | m_Player |
protected ActionTarget | m_TestedActionTarget |
protected ItemBase | m_TestedActionItem |
protected ActionBase | m_PrimaryAction |
protected ActionTarget | m_PrimaryActionTarget |
protected ItemBase | m_PrimaryActionItem |
protected ActionBase | m_SecondaryAction |
protected ActionTarget | m_SecondaryActionTarget |
protected ItemBase | m_SecondaryActionItem |
bool | m_PrimaryActionEnabled |
bool | m_SecondaryActionEnabled |
bool | m_TertiaryActionEnabled |
ref TSelectableActionInfoArray | m_SelectableActions |
int | m_SelectedActionIndex |
bool | m_SelectableActionsHasChanged |
bool | m_Interrupted |
protected bool | m_ActionWantEndRequest |
protected bool | m_ActionInputWantEnd |
protected bool | m_ActionsEnabled |
protected bool | m_ActionsAvaibale |
protected int | m_PendingActionAcknowledgmentID |
protected ref ActionData | m_CurrentActionData |
void ActionManagerBase | ( | PlayerBase | player | ) |
Definition at line 62 of file actionmanagerbase.c.
Definition at line 218 of file actionmanagerbase.c.
void EnableActions | ( | bool | enable | ) |
Definition at line 106 of file actionmanagerbase.c.
void EndActionInput | ( | ) |
ActionTarget FindActionTarget | ( | ) |
float GetActionComponentProgress | ( | ) |
Definition at line 287 of file actionmanagerbase.c.
int GetActionState | ( | ) |
Definition at line 295 of file actionmanagerbase.c.
int GetActionState | ( | ActionBase | action | ) |
Definition at line 237 of file actionmanagerbase.c.
ActionBase GetContinuousAction | ( | ) |
Definition at line 183 of file actionmanagerbase.c.
ActionReciveData GetReciveData | ( | ) |
Definition at line 303 of file actionmanagerbase.c.
ActionBase GetRunningAction | ( | ) |
returns -1 when no action is running or RELOAD,MECHANISM, ....
Definition at line 90 of file actionmanagerbase.c.
ItemBase GetRunningActionMainitem | ( | ) |
Definition at line 98 of file actionmanagerbase.c.
TSelectableActionInfoArray GetSelectableActions | ( | ) |
Definition at line 193 of file actionmanagerbase.c.
GetSelectedActionCategory | ( | ) |
int GetSelectedActionIndex | ( | ) |
Definition at line 198 of file actionmanagerbase.c.
ActionBase GetSingleUseAction | ( | ) |
Definition at line 188 of file actionmanagerbase.c.
void Interrupt | ( | ) |
bool IsSelectableActionsChanged | ( | ) |
Definition at line 212 of file actionmanagerbase.c.
protected void LocalInterrupt | ( | ) |
Definition at line 254 of file actionmanagerbase.c.
void OnActionEnd | ( | ) |
Definition at line 265 of file actionmanagerbase.c.
void OnContinuousCancel | ( | ) |
void OnContinuousStart | ( | ) |
bool OnInputUserDataProcess | ( | int | userDataType, |
ParamsReadContext | ctx | ||
) |
Definition at line 282 of file actionmanagerbase.c.
void OnInteractAction | ( | ) |
void OnJumpStart | ( | ) |
void OnSingleUse | ( | ) |
void OnSyncJuncture | ( | int | pJunctureID, |
ParamsReadContext | pCtx | ||
) |
Definition at line 130 of file actionmanagerbase.c.
void RequestEndAction | ( | ) |
void SelectFirstActionCategory | ( | ) |
void SelectNextAction | ( | ) |
Definition at line 495 of file actioninput.c.
void SelectNextActionCategory | ( | ) |
void SelectPrevAction | ( | ) |
Definition at line 507 of file actioninput.c.
void SelectPrevActionCategory | ( | ) |
protected void SetActionContext | ( | ActionTarget | target, |
ItemBase | item | ||
) |
Definition at line 229 of file actionmanagerbase.c.
void StartDeliveredAction | ( | ) |
void Update | ( | int | pCurrentCommandID | ) |
Definition at line 111 of file actionmanagerbase.c.
protected bool m_ActionInputWantEnd |
Definition at line 53 of file actionmanagerbase.c.
protected bool m_ActionsAvaibale |
Definition at line 55 of file actionmanagerbase.c.
protected bool m_ActionsEnabled |
Definition at line 54 of file actionmanagerbase.c.
protected bool m_ActionWantEndRequest |
Definition at line 52 of file actionmanagerbase.c.
protected ref ActionData m_CurrentActionData |
Definition at line 60 of file actionmanagerbase.c.
bool m_Interrupted |
Definition at line 49 of file actionmanagerbase.c.
protected int m_PendingActionAcknowledgmentID |
Definition at line 58 of file actionmanagerbase.c.
class TSelectableActionInfoArray extends array< ref TSelectableActionInfo > m_Player |
protected ActionBase m_PrimaryAction |
Definition at line 37 of file actionmanagerbase.c.
bool m_PrimaryActionEnabled |
Definition at line 43 of file actionmanagerbase.c.
protected ItemBase m_PrimaryActionItem |
Definition at line 39 of file actionmanagerbase.c.
protected ActionTarget m_PrimaryActionTarget |
Definition at line 38 of file actionmanagerbase.c.
protected ActionBase m_SecondaryAction |
Definition at line 40 of file actionmanagerbase.c.
bool m_SecondaryActionEnabled |
Definition at line 44 of file actionmanagerbase.c.
protected ItemBase m_SecondaryActionItem |
Definition at line 42 of file actionmanagerbase.c.
protected ActionTarget m_SecondaryActionTarget |
Definition at line 41 of file actionmanagerbase.c.
ref TSelectableActionInfoArray m_SelectableActions |
Definition at line 46 of file actionmanagerbase.c.
bool m_SelectableActionsHasChanged |
Definition at line 48 of file actionmanagerbase.c.
int m_SelectedActionIndex |
Definition at line 47 of file actionmanagerbase.c.
bool m_TertiaryActionEnabled |
Definition at line 45 of file actionmanagerbase.c.
protected ItemBase m_TestedActionItem |
Definition at line 35 of file actionmanagerbase.c.
protected ActionTarget m_TestedActionTarget |
Definition at line 34 of file actionmanagerbase.c.