Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskSystem Class Reference
Inheritance diagram for SCR_TaskSystem:
GameSystem

Protected Member Functions

void OnUpdatePoint (WorldUpdatePointArgs args)
void Diag_CreateTask ()
void Diag_TaskList ()
void Diag_Task (notnull SCR_Task task, int index, int subIndex=-1)
void Diag_ShowTaskListFor ()
void Diag_TaskWindow (notnull SCR_Task task, notnull SCR_TaskData data)
void Diag_EditStringContextMenu (notnull SCR_Task task, string name, int settingIndex)
void Diag_EditEnumContextMenu (notnull SCR_Task task, typename enumType, int settingIndex)
void Diag_EditExecutorContextMenu (notnull SCR_Task task, string name, int settingIndex)
void Diag_EditFactionContextMenu (notnull SCR_Task task, int settingIndex)
void Diag_EditGroupContextMenu (notnull SCR_Task task, int settingIndex)
void Diag_MoveTaskContextMenu (notnull SCR_Task task, int settingIndex)
void Diag_EditChildTasksContextMenu (notnull SCR_ExtendedTask extendedTask, int settingIndex)
void Diag_EditProgressContextMenu (notnull SCR_ExtendedTask extendedTask, int settingIndex)

Protected Attributes

RplComponent m_Rpl
const ResourceName BASE_TASK_RESOURCE = "{1D0F815858EE24AD}Prefabs/Tasks/BaseTask.et"
const ResourceName EXTENDED_TASK_RESOURCE = "{CF6A2A13DF7B1018}Prefabs/Tasks/ExtendedTask.et"

Static Protected Attributes

static ref SCR_TaskInvoker s_OnTaskAdded
static ref SCR_TaskInvoker s_OnTaskRemoved
static ref SCR_TaskInvoker s_OnTaskCreated
static ref array< SCR_Tasks_aTasks = {}

Detailed Description

Definition at line 5 of file SCR_TaskSystem.c.

Member Function Documentation

◆ Diag_CreateTask()

void SCR_TaskSystem::Diag_CreateTask ( )
inlineprotected

Definition at line 1673 of file SCR_TaskSystem.c.

◆ Diag_EditChildTasksContextMenu()

void SCR_TaskSystem::Diag_EditChildTasksContextMenu ( notnull SCR_ExtendedTask extendedTask,
int settingIndex )
inlineprotected

Definition at line 2334 of file SCR_TaskSystem.c.

◆ Diag_EditEnumContextMenu()

void SCR_TaskSystem::Diag_EditEnumContextMenu ( notnull SCR_Task task,
typename enumType ,
int settingIndex )
inlineprotected

Definition at line 2050 of file SCR_TaskSystem.c.

◆ Diag_EditExecutorContextMenu()

void SCR_TaskSystem::Diag_EditExecutorContextMenu ( notnull SCR_Task task,
string name,
int settingIndex )
inlineprotected

Definition at line 2106 of file SCR_TaskSystem.c.

◆ Diag_EditFactionContextMenu()

void SCR_TaskSystem::Diag_EditFactionContextMenu ( notnull SCR_Task task,
int settingIndex )
inlineprotected

Definition at line 2236 of file SCR_TaskSystem.c.

◆ Diag_EditGroupContextMenu()

void SCR_TaskSystem::Diag_EditGroupContextMenu ( notnull SCR_Task task,
int settingIndex )
inlineprotected

Definition at line 2274 of file SCR_TaskSystem.c.

◆ Diag_EditProgressContextMenu()

void SCR_TaskSystem::Diag_EditProgressContextMenu ( notnull SCR_ExtendedTask extendedTask,
int settingIndex )
inlineprotected

Definition at line 2383 of file SCR_TaskSystem.c.

◆ Diag_EditStringContextMenu()

void SCR_TaskSystem::Diag_EditStringContextMenu ( notnull SCR_Task task,
string name,
int settingIndex )
inlineprotected

Definition at line 2014 of file SCR_TaskSystem.c.

◆ Diag_MoveTaskContextMenu()

void SCR_TaskSystem::Diag_MoveTaskContextMenu ( notnull SCR_Task task,
int settingIndex )
inlineprotected

Definition at line 2312 of file SCR_TaskSystem.c.

◆ Diag_ShowTaskListFor()

void SCR_TaskSystem::Diag_ShowTaskListFor ( )
inlineprotected

Definition at line 1804 of file SCR_TaskSystem.c.

◆ Diag_Task()

void SCR_TaskSystem::Diag_Task ( notnull SCR_Task task,
int index,
int subIndex = -1 )
inlineprotected

Definition at line 1761 of file SCR_TaskSystem.c.

◆ Diag_TaskList()

void SCR_TaskSystem::Diag_TaskList ( )
inlineprotected

Definition at line 1700 of file SCR_TaskSystem.c.

◆ Diag_TaskWindow()

void SCR_TaskSystem::Diag_TaskWindow ( notnull SCR_Task task,
notnull SCR_TaskData data )
inlineprotected

Definition at line 1845 of file SCR_TaskSystem.c.

◆ OnUpdatePoint()

void SCR_TaskSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 1657 of file SCR_TaskSystem.c.

Member Data Documentation

◆ BASE_TASK_RESOURCE

const ResourceName SCR_TaskSystem::BASE_TASK_RESOURCE = "{1D0F815858EE24AD}Prefabs/Tasks/BaseTask.et"
protected

Definition at line 15 of file SCR_TaskSystem.c.

◆ EXTENDED_TASK_RESOURCE

const ResourceName SCR_TaskSystem::EXTENDED_TASK_RESOURCE = "{CF6A2A13DF7B1018}Prefabs/Tasks/ExtendedTask.et"
protected

Definition at line 16 of file SCR_TaskSystem.c.

◆ m_Rpl

RplComponent SCR_TaskSystem::m_Rpl
protected

Definition at line 7 of file SCR_TaskSystem.c.

◆ s_aTasks

ref array<SCR_Task> SCR_TaskSystem::s_aTasks = {}
staticprotected

Definition at line 13 of file SCR_TaskSystem.c.

◆ s_OnTaskAdded

ref SCR_TaskInvoker SCR_TaskSystem::s_OnTaskAdded
staticprotected

Definition at line 9 of file SCR_TaskSystem.c.

◆ s_OnTaskCreated

ref SCR_TaskInvoker SCR_TaskSystem::s_OnTaskCreated
staticprotected

Definition at line 11 of file SCR_TaskSystem.c.

◆ s_OnTaskRemoved

ref SCR_TaskInvoker SCR_TaskSystem::s_OnTaskRemoved
staticprotected

Definition at line 10 of file SCR_TaskSystem.c.


The documentation for this class was generated from the following file: