Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkTaskData Interface Reference
Inheritance diagram for SCR_ScenarioFrameworkTaskData:
SCR_ExtendedTaskData SCR_TaskData

Public Member Functions

override void Copy (out SCR_TaskData data)
 
- Public Member Functions inherited from SCR_ExtendedTaskData
SCR_ExtendedTaskData Merge (SCR_ExtendedTaskData otherData)
 Used when tasks are parented; Unique values such as ID, name, etc.
 

Public Attributes

bool m_bCustomBriefing
 
string m_sTaskExecutionBriefing
 
- Public Attributes inherited from SCR_ExtendedTaskData
RplId m_ParentTask
 
int m_iNodeDepth
 
ref array< RplId > m_aChildTasks
 
bool m_bLinkDataToRelatedTasks
 
float m_fProgress
 
bool m_bEnableProgress
 
LocalizedString m_sCustomSubtaskDescription
 
ref array< bool > diag_checkedExtendedSettings
 
- Public Attributes inherited from SCR_TaskData
string m_sID
 
ref SCR_TaskUIInfo m_UIInfo
 
vector m_vPosition
 
int m_iAuthorId
 
ref array< ref SCR_TaskExecutorm_aAssignees
 
ref array< string > m_aOwnerFactionKeys
 
ref array< int > m_aOwnerGroupIDs
 
ref array< ref SCR_TaskExecutorm_aOwnerExecutors
 
SCR_ETaskState m_eState
 
SCR_ETaskOwnership m_eOwnership
 
SCR_ETaskVisibility m_eVisibility
 
SCR_ETaskUIVisibility m_eUIVisibility
 
bool diag_isChecked = false
 
ref array< bool > diag_checkedSettings
 

Member Function Documentation

◆ Copy()

override void SCR_ScenarioFrameworkTaskData.Copy ( out SCR_TaskData data)
Parameters
[out]data

Implements SCR_ExtendedTaskData.

Member Data Documentation

◆ m_bCustomBriefing

bool SCR_ScenarioFrameworkTaskData.m_bCustomBriefing

◆ m_sTaskExecutionBriefing

string SCR_ScenarioFrameworkTaskData.m_sTaskExecutionBriefing

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