![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | array< ref TSelectableActionInfo > |
Variables | |
| bool | m_ActionInputWantEnd |
| static ref map< typename, ActionBase > | m_ActionNameActionMap |
| static ref array< ref ActionBase > | m_ActionsArray |
| bool | m_ActionsAvaibale |
| bool | m_ActionsEnabled |
| bool | m_ActionWantEndRequest |
| ref ActionData | m_CurrentActionData |
| bool | m_Interrupted |
| bool | m_IsRestrictedLookLimits |
| int | m_PendingActionAcknowledgmentID |
| class TSelectableActionInfoArray extends array< ref TSelectableActionInfo > | m_Player |
| ActionBase | m_PrimaryAction |
| bool | m_PrimaryActionEnabled |
| ItemBase | m_PrimaryActionItem |
| ActionTarget | m_PrimaryActionTarget |
| ActionBase | m_SecondaryAction |
| bool | m_SecondaryActionEnabled |
| ItemBase | m_SecondaryActionItem |
| ActionTarget | m_SecondaryActionTarget |
| ref TSelectableActionInfoArray | m_SelectableActions |
| bool | m_SelectableActionsHasChanged |
| int | m_SelectedActionIndex |
| bool | m_TertiaryActionEnabled |
| ItemBase | m_TestedActionItem |
| ActionTarget | m_TestedActionTarget |
|
protected |
Definition at line 63 of file actionmanagerbase.c.
References ActionConstructor::ConstructActions(), m_ActionInputWantEnd, m_ActionNameActionMap, m_ActionsArray, m_ActionsAvaibale, m_ActionsEnabled, m_ActionWantEndRequest, m_CurrentActionData, m_Interrupted, m_PendingActionAcknowledgmentID, m_SelectableActions, m_SelectableActionsHasChanged, and m_SelectedActionIndex.
Referenced by BoatScript::AddAction(), BuildingBase::AddAction(), Car::AddAction(), EntityAI::AddAction(), InventoryItem::AddAction(), ScriptedWidgetEventHandler::CheckForActionWidgetOverrides(), ManBase::CommandHandler(), ManBase::GetActionManager(), MissionBase::InputBufferCheck(), BotWaitForChangeInHands::OnEntry(), InventoryItem::OnItemLocationChanged(), and ActionVariantManager::SetActionVariantCount().
Definition at line 244 of file actionmanagerbase.c.
References m_ActionsEnabled.
Referenced by ActionManagerClient::ActionStart(), ActionManagerClient::Update(), and ActionManagerServer::Update().
|
protected |
Definition at line 107 of file actionmanagerbase.c.
References m_ActionsEnabled.
|
protected |
|
protected |
|
protected |
References ActionTarget.
|
protected |
Definition at line 342 of file actionmanagerbase.c.
References m_CurrentActionData.
|
staticprotected |
Definition at line 204 of file actionmanagerbase.c.
References m_ActionsArray.
|
staticprotected |
Definition at line 196 of file actionmanagerbase.c.
References m_ActionNameActionMap.
|
protected |
Definition at line 334 of file actionmanagerbase.c.
References m_CurrentActionData.
|
protected |
Definition at line 350 of file actionmanagerbase.c.
References m_CurrentActionData, and UA_NONE.
|
protected |
Definition at line 263 of file actionmanagerbase.c.
References m_CurrentActionData, and UA_NONE.
|
staticprotected |
Definition at line 180 of file actionmanagerbase.c.
References ActionBase::CreateConditionComponents(), ActionBase::GetID(), ActionBase::GetInput(), m_ActionNameActionMap, ActionBase::SetID(), and ActionBase::SetInput().
|
protected |
Definition at line 209 of file actionmanagerbase.c.
References m_PrimaryAction.
|
protected |
Definition at line 358 of file actionmanagerbase.c.
|
protected |
returns -1 when no action is running or RELOAD,MECHANISM, ....
Definition at line 91 of file actionmanagerbase.c.
References m_CurrentActionData.
Referenced by ManBase::CanBeRestrained(), ManBase::CanChangeStance(), ActionManagerClient::FindContextualUserActions(), ManBase::HeadingModel(), and ManBase::OnQuickBarSingleUse().
|
protected |
Definition at line 99 of file actionmanagerbase.c.
References m_CurrentActionData.
|
protected |
Definition at line 219 of file actionmanagerbase.c.
References m_SelectableActions.
|
protected |
|
protected |
Definition at line 224 of file actionmanagerbase.c.
References m_SelectedActionIndex.
|
protected |
Definition at line 214 of file actionmanagerbase.c.
References m_SecondaryAction.
|
protected |
Definition at line 284 of file actionmanagerbase.c.
References g_Game, InterruptNoSync(), m_CurrentActionData, and RequestInterruptAction().
Referenced by OnUpdateServer().
|
protected |
Definition at line 279 of file actionmanagerbase.c.
References m_Interrupted.
Referenced by Interrupt().
|
protected |
Definition at line 238 of file actionmanagerbase.c.
References m_SelectableActionsHasChanged.
|
protected |
Definition at line 300 of file actionmanagerbase.c.
References m_CurrentActionData, and m_Interrupted.
Referenced by Update().
|
protected |
Definition at line 311 of file actionmanagerbase.c.
References Debug::ActionLog(), LogManager::IsActionLogEnable(), m_CurrentActionData, string::ToString(), and ToString().
|
protected |
|
protected |
|
protected |
Definition at line 329 of file actionmanagerbase.c.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 156 of file actionmanagerbase.c.
References m_CurrentActionData, m_Interrupted, m_PendingActionAcknowledgmentID, Serializer::Read(), DayZPlayerSyncJunctures::SJ_ACTION_ACK_ACCEPT, DayZPlayerSyncJunctures::SJ_ACTION_ACK_REJECT, DayZPlayerSyncJunctures::SJ_ACTION_INTERRUPT, UA_AM_ACCEPTED, and UA_AM_REJECTED.
|
protected |
|
protected |
Referenced by Interrupt().
|
protected |
|
protected |
Definition at line 496 of file actioninput.c.
References m_SelectActions, and m_selectedActionIndex.
|
protected |
|
protected |
Definition at line 508 of file actioninput.c.
References m_SelectActions, and m_selectedActionIndex.
|
protected |
|
protected |
Definition at line 255 of file actionmanagerbase.c.
References ActionTarget, m_TestedActionItem, and m_TestedActionTarget.
Referenced by ActionManagerClient::FindContextualUserActions().
|
protected |
|
protected |
Definition at line 112 of file actionmanagerbase.c.
References ActionContinuousBase::GetCameraUDAngle(), ActionContinuousBase::IsCameraLockOnPerform(), ActionBase::IsFullBody(), LocalInterrupt(), m_CurrentActionData, m_Interrupted, m_IsRestrictedLookLimits, UA_AM_ACCEPTED, UA_AM_PENDING, UA_AM_REJECTED, Vector2::x, and Vector2::y.
|
protected |
Definition at line 53 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::ActionStart(), ActionManagerClient::EndActionInput(), ActionManagerClient::InputsUpdate(), ActionManagerServer::OnInputUserDataProcess(), ActionManagerClient::ProcessActionInputEnd(), and ActionManagerServer::Update().
|
staticprotected |
Definition at line 51 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), GetAction(), and GetActionVariant().
|
staticprotected |
Definition at line 50 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), GetAction(), and ActionManagerClient::RegisterInputs().
|
protected |
Definition at line 55 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::FindContextualUserActions(), and ActionManagerClient::InputsUpdate().
|
protected |
Definition at line 54 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionPossibilityCheck(), and EnableActions().
|
protected |
Definition at line 52 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::ActionStart(), ActionManagerServer::OnInputUserDataProcess(), ActionManagerClient::ProcessActionRequestEnd(), ActionManagerClient::RequestEndAction(), and ActionManagerServer::Update().
|
protected |
Definition at line 61 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::ActionStart(), ActionManagerClient::EndOrInterruptCurrentAction(), ActionManagerServer::EndOrInterruptCurrentAction(), GetACProgressWidgetMultiplier(), GetActionComponentProgress(), GetActionState(), GetActionState(), GetRunningAction(), GetRunningActionMainitem(), ActionManagerClient::InputsUpdate(), Interrupt(), LocalInterrupt(), ActionManagerClient::OnActionEnd(), ActionManagerServer::OnActionEnd(), OnActionEnd(), OnSyncJuncture(), ActionManagerClient::ProcessActionInputEnd(), ActionManagerClient::ProcessActionRequestEnd(), ActionManagerServer::RequestInterruptAction(), ActionManagerServer::StartDeliveredAction(), ActionManagerClient::Update(), ActionManagerServer::Update(), and Update().
|
protected |
Definition at line 49 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::ActionStart(), InterruptNoSync(), LocalInterrupt(), OnSyncJuncture(), ActionManagerServer::StartDeliveredAction(), and Update().
|
protected |
Definition at line 56 of file actionmanagerbase.c.
Referenced by Update().
|
protected |
Definition at line 59 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), ActionManagerClient::ActionStart(), ActionManagerClient::EndOrInterruptCurrentAction(), ActionManagerServer::EndOrInterruptCurrentAction(), ActionManagerServer::OnInputUserDataProcess(), OnSyncJuncture(), ActionManagerServer::StartDeliveredAction(), ActionManagerClient::Update(), and ActionManagerServer::Update().
| class TSelectableActionInfoArray extends array< ref TSelectableActionInfo > m_Player |
|
protected |
Definition at line 37 of file actionmanagerbase.c.
Referenced by GetContinuousAction().
|
protected |
Definition at line 43 of file actionmanagerbase.c.
|
protected |
Definition at line 39 of file actionmanagerbase.c.
|
protected |
Definition at line 38 of file actionmanagerbase.c.
|
protected |
Definition at line 40 of file actionmanagerbase.c.
Referenced by GetSingleUseAction().
|
protected |
Definition at line 44 of file actionmanagerbase.c.
|
protected |
Definition at line 42 of file actionmanagerbase.c.
|
protected |
Definition at line 41 of file actionmanagerbase.c.
|
protected |
Definition at line 46 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), and GetSelectableActions().
|
protected |
Definition at line 48 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), and IsSelectableActionsChanged().
|
protected |
Definition at line 47 of file actionmanagerbase.c.
Referenced by ActionManagerBase(), and GetSelectedActionIndex().
|
protected |
Definition at line 45 of file actionmanagerbase.c.
|
protected |
Definition at line 35 of file actionmanagerbase.c.
Referenced by SetActionContext().
|
protected |
Definition at line 34 of file actionmanagerbase.c.
Referenced by SetActionContext().