Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_TaskSystem Member List

This is the complete list of members for SCR_TaskSystem, including all inherited members.

AddChildTaskTo(notnull SCR_Task task, notnull SCR_Task childTask)SCR_TaskSystem
AddTaskExecutor(notnull SCR_Task task, notnull SCR_TaskExecutor executor)SCR_TaskSystem
AddTaskFaction(notnull SCR_Task task, FactionKey factionKey)SCR_TaskSystem
AddTaskGroup(notnull SCR_Task task, int groupID)SCR_TaskSystem
AddTaskProgress(notnull SCR_Task task, float percentage)SCR_TaskSystem
AssignTask(notnull SCR_Task task, notnull SCR_TaskExecutor executor, bool force=false, int requesterID=0)SCR_TaskSystem
BASE_TASK_RESOURCESCR_TaskSystemprotectedstatic
CanProgressBeShownForTask(notnull SCR_Task task)SCR_TaskSystem
CanTaskBeAssignedTo(notnull SCR_Task task, notnull SCR_TaskExecutor executor)SCR_TaskSystem
CreateTask(ResourceName taskResourceName, string taskID, string name, string desc, vector position=vector.Zero, int playerId=-1)SCR_TaskSystem
DeleteTask(notnull SCR_Task task)SCR_TaskSystem
Diag_CreateTask()SCR_TaskSystem
Diag_EditChildTasksContextMenu(notnull SCR_ExtendedTask extendedTask, int settingIndex)SCR_TaskSystem
Diag_EditEnumContextMenu(notnull SCR_Task task, TypeName enumType, int settingIndex)SCR_TaskSystem
Diag_EditExecutorContextMenu(notnull SCR_Task task, string name, int settingIndex)SCR_TaskSystem
Diag_EditFactionContextMenu(notnull SCR_Task task, int settingIndex)SCR_TaskSystem
Diag_EditGroupContextMenu(notnull SCR_Task task, int settingIndex)SCR_TaskSystem
Diag_EditProgressContextMenu(notnull SCR_ExtendedTask extendedTask, int settingIndex)SCR_TaskSystem
Diag_EditStringContextMenu(notnull SCR_Task task, string name, int settingIndex)SCR_TaskSystem
Diag_MoveTaskContextMenu(notnull SCR_Task task, int settingIndex)SCR_TaskSystem
Diag_ShowTaskListFor()SCR_TaskSystem
Diag_Task(notnull SCR_Task task, int index, int subIndex=-1)SCR_TaskSystem
Diag_TaskList()SCR_TaskSystem
Diag_TaskWindow(notnull SCR_Task task, notnull SCR_TaskData data)SCR_TaskSystem
EXTENDED_TASK_RESOURCESCR_TaskSystemprotectedstatic
FindGroupByLeader(notnull array< int > groupIDs, int leaderID)SCR_TaskSystem
GetAssigneesForTask(notnull SCR_Task task, out array< ref SCR_TaskExecutor > assignees)SCR_TaskSystem
GetChildTasksFor(notnull SCR_Task task, out array< SCR_Task > childTasks)SCR_TaskSystem
GetInstance()SCR_TaskSystemstatic
GetOnTaskAdded()SCR_TaskSystemstatic
GetOnTaskRemoved()SCR_TaskSystemstatic
GetParentTasksFor(notnull SCR_Task task, out SCR_Task parentTask)SCR_TaskSystem
GetTaskAssignedTo(notnull SCR_TaskExecutor executor)SCR_TaskSystem
GetTaskExecutors(notnull SCR_Task task)SCR_TaskSystem
GetTaskFactions(notnull SCR_Task task)SCR_TaskSystem
GetTaskFromTaskID(string taskID, bool notify=true)SCR_TaskSystemstatic
GetTaskGroups(notnull SCR_Task task)SCR_TaskSystem
GetTaskLocation(notnull SCR_Task task)SCR_TaskSystem
GetTaskOwnership(notnull SCR_Task task)SCR_TaskSystem
GetTaskProgress(notnull SCR_Task task)SCR_TaskSystem
GetTasks(out notnull array< SCR_Task > outTasks)SCR_TaskSystem
GetTasksByState(out notnull array< SCR_Task > outTasks, SCR_ETaskState state, FactionKey filterFaction=FactionKey.Empty, int filterGroup=-1)SCR_TaskSystem
GetTasksByStateFiltered(out notnull array< SCR_Task > outTasks, SCR_ETaskState state, FactionKey filterFaction=FactionKey.Empty, int filterGroup=-1, TypeName filterClass=TypeName.Empty, bool allowInherited=false)SCR_TaskSystem
GetTaskState(notnull SCR_Task task)SCR_TaskSystem
GetTasksVisibleFor(out notnull array< SCR_Task > outTasks, notnull SCR_TaskExecutor executor)SCR_TaskSystem
GetTaskUIVisibility(notnull SCR_Task task)SCR_TaskSystem
GetTaskVisibility(notnull SCR_Task task)SCR_TaskSystem
InitInfo(WorldSystemInfo outInfo)SCR_TaskSystemstatic
IsGroupLeader(notnull array< int > groupIDs, int playerID)SCR_TaskSystem
IsTaskVisibleFor(notnull SCR_Task task, notnull SCR_TaskExecutor executor)SCR_TaskSystem
IsTaskVisibleInTaskList(notnull SCR_Task task)SCR_TaskSystem
IsTaskVisibleOnMap(notnull SCR_Task task)SCR_TaskSystem
m_RplSCR_TaskSystemprotected
MoveTask(notnull SCR_Task task, vector destination)SCR_TaskSystem
OnUpdatePoint(WorldUpdatePointArgs args)SCR_TaskSystemprotected
RegisterTask(notnull SCR_Task task)SCR_TaskSystem
RemoveChildTaskFrom(notnull SCR_Task task, notnull SCR_Task childTask)SCR_TaskSystem
RemoveTaskExecutor(notnull SCR_Task task, notnull SCR_TaskExecutor executor)SCR_TaskSystem
RemoveTaskFaction(notnull SCR_Task task, FactionKey factionKey)SCR_TaskSystem
RemoveTaskGroup(notnull SCR_Task task, int groupID)SCR_TaskSystem
RemoveTaskProgress(notnull SCR_Task task, float percentage)SCR_TaskSystem
s_aTasksSCR_TaskSystemprotectedstatic
s_OnTaskAddedSCR_TaskSystemprotectedstatic
s_OnTaskRemovedSCR_TaskSystemprotectedstatic
SetTaskOwnership(notnull SCR_Task task, SCR_ETaskOwnership ownership)SCR_TaskSystem
SetTaskProgress(notnull SCR_Task task, float percentage)SCR_TaskSystem
SetTaskState(notnull SCR_Task task, SCR_ETaskState state)SCR_TaskSystem
SetTaskUIVisibility(notnull SCR_Task task, SCR_ETaskUIVisibility visibility)SCR_TaskSystem
SetTaskVisibility(notnull SCR_Task task, SCR_ETaskVisibility visibility)SCR_TaskSystem
ShouldBeEnabledInEditMode()GameSystem
ShouldBePaused()GameSystem
ShowProgressForTask(notnull SCR_Task task, bool enable)SCR_TaskSystem
TaskExecutorFromEntity(IEntity ent)SCR_TaskSystemstatic
TaskExecutorFromGroup(int groupID)SCR_TaskSystemstatic
TaskExecutorFromPlayerID(int playerID)SCR_TaskSystemstatic
UnassignTask(notnull SCR_Task task, notnull SCR_TaskExecutor executor, int requesterID=0)SCR_TaskSystem
UnregisterTask(notnull SCR_Task task)SCR_TaskSystem