AssignTask(notnull SCR_BaseTask task, notnull SCR_BaseTaskExecutor assignee, bool forced=false) | SCR_BaseTaskSupportEntity | |
CancelTask(int taskID) | SCR_BaseTaskSupportEntity | |
CanRequest() | SCR_CampaignDefendTaskSupportEntity | |
CreateButtonAndSetPadding(Widget parentWidget, notnull inout array< Widget > widgets, float left=4, float top=4, float right=4, float bottom=4) | SCR_RequestedTaskSupportEntity | |
CreateCampaignDefendTask(SCR_CampaignMilitaryBaseComponent targetBase, Faction targetFaction) | SCR_CampaignDefendTaskSupportEntity | |
CreateTask() | SCR_BaseTaskSupportEntity | |
EOnInit(IEntity owner) | SCR_BaseTaskSupportEntity | |
FailTask(notnull SCR_BaseTask task) | SCR_BaseTaskSupportEntity | |
FinishTask(notnull SCR_BaseTask task) | SCR_BaseTaskSupportEntity | |
GetCharactersByFaction(SCR_CampaignFaction faction) | SCR_CampaignDefendTaskSupportEntity | |
GetLocallyRequestedTask() | SCR_RequestedTaskSupportEntity | |
GetMaxAllyDistance() | SCR_CampaignDefendTaskSupportEntity | |
GetMaxEnemyDistance() | SCR_CampaignDefendTaskSupportEntity | |
GetMinAllyDistance() | SCR_CampaignDefendTaskSupportEntity | |
GetMinEnemyDistance() | SCR_CampaignDefendTaskSupportEntity | |
GetOnCharacterDeath() | SCR_CampaignDefendTaskSupportEntity | |
GetRequestPosition() | SCR_RequestedTaskSupportEntity | |
GetResourceName() | SCR_BaseTaskSupportEntity | |
GetTaskDescriptionWidgetResource() | SCR_BaseTaskSupportEntity | |
GetTaskPrefab() | SCR_BaseTaskSupportEntity | |
Initialize() | SCR_CampaignDefendTaskSupportEntity | |
m_ClosestBase | SCR_CampaignDefendTaskSupportEntity | protected |
m_eRequestType | SCR_RequestedTaskSupportEntity | protected |
m_fMaxAllyDistance | SCR_CampaignDefendTaskSupportEntity | protected |
m_fMaxEnemyDistance | SCR_CampaignDefendTaskSupportEntity | protected |
m_fMinAllyDistance | SCR_CampaignDefendTaskSupportEntity | protected |
m_fMinEnemyDistance | SCR_CampaignDefendTaskSupportEntity | protected |
m_LocallyRequestedTask | SCR_RequestedTaskSupportEntity | protected |
m_mFactionSortedCharacters | SCR_CampaignDefendTaskSupportEntity | protected |
m_OnCharacterDeath | SCR_CampaignDefendTaskSupportEntity | protected |
m_sRequestButtonText | SCR_RequestedTaskSupportEntity | protected |
m_sTaskDescriptionWidgetResource | SCR_BaseTaskSupportEntity | protected |
m_sTaskPrefab | SCR_BaseTaskSupportEntity | protected |
m_sUIRequestButtonResource | SCR_RequestedTaskSupportEntity | protected |
MoveTask(vector newPosition, int taskID) | SCR_BaseTaskSupportEntity | |
OnCharacterDeath(SCR_CharacterControllerComponent characterControllerComponent, IEntity killerEntity, Instigator killer) | SCR_CampaignDefendTaskSupportEntity | |
OnControllableCreated(IEntity controllable) | SCR_CampaignDefendTaskSupportEntity | |
OnControllableDeleted(IEntity controllable) | SCR_CampaignDefendTaskSupportEntity | |
OnMapOpen(MapConfiguration config) | SCR_BaseTaskSupportEntity | |
OnTaskListOpen(notnull SCR_UITaskManagerComponent uiTaskManagerComponent) | SCR_CampaignDefendTaskSupportEntity | |
RegisterContextualMenuCallbacks() | SCR_RequestedTaskSupportEntity | protected |
Request() | SCR_CampaignDefendTaskSupportEntity | |
RPC_AssignTask(int playerID, int taskID, float timestamp, bool forced) | SCR_BaseTaskSupportEntity | |
RPC_CancelTask(int taskID) | SCR_BaseTaskSupportEntity | protected |
RPC_FailTask(int taskID) | SCR_BaseTaskSupportEntity | protected |
RPC_FinishTask(int taskID) | SCR_BaseTaskSupportEntity | protected |
RPC_MoveTask(int taskID, vector newPosition) | SCR_BaseTaskSupportEntity | |
RPC_SetRequester(int taskID, int requesterID) | SCR_RequestedTaskSupportEntity | |
RPC_SetTargetBase(int taskID, int baseID) | SCR_CampaignDefendTaskSupportEntity | |
RPC_SetTargetFaction(int taskID, int factionIndex) | SCR_BaseTaskSupportEntity | |
RPC_SetTaskDescription(int taskID, string description) | SCR_BaseTaskSupportEntity | |
RPC_SetTaskState(int taskID, SCR_TaskState state) | SCR_BaseTaskSupportEntity | |
RPC_SetTaskTitle(int taskID, string title) | SCR_BaseTaskSupportEntity | |
RPC_UnassignTask(int taskID, int playerID, SCR_EUnassignReason reason) | SCR_BaseTaskSupportEntity | |
SCR_BaseTaskSupportEntity(IEntitySource src, IEntity parent) | SCR_BaseTaskSupportEntity | |
SetLocallyRequestedTask(notnull SCR_RequestedTask requestedTask) | SCR_RequestedTaskSupportEntity | |
SetRequestButtonText(notnull TextWidget textWidget) | SCR_CampaignDefendTaskSupportEntity | |
SetRequester(notnull SCR_RequestedTask task, SCR_BaseTaskExecutor requester) | SCR_RequestedTaskSupportEntity | |
SetTargetBase(notnull SCR_CampaignBaseTask task, notnull SCR_CampaignMilitaryBaseComponent base) | SCR_CampaignDefendTaskSupportEntity | |
SetTargetFaction(notnull SCR_BaseTask task, notnull Faction faction) | SCR_BaseTaskSupportEntity | |
SetTaskDescription(notnull SCR_BaseTask task, string description) | SCR_BaseTaskSupportEntity | |
SetTaskState(notnull SCR_BaseTask task, SCR_TaskState state) | SCR_BaseTaskSupportEntity | |
SetTaskTitle(notnull SCR_BaseTask task, string title) | SCR_BaseTaskSupportEntity | |
UnassignTask(notnull SCR_BaseTask task, notnull SCR_BaseTaskExecutor assignee, SCR_EUnassignReason reason) | SCR_BaseTaskSupportEntity | |
~SCR_BaseTaskSupportEntity() | SCR_BaseTaskSupportEntity | |
~SCR_CampaignDefendTaskSupportEntity() | SCR_CampaignDefendTaskSupportEntity | |