|
Arma Reforger Script API
|
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_TaskExecutor > | m_aAssignees |
| ref array< string > | m_aOwnerFactionKeys |
| ref array< int > | m_aOwnerGroupIDs |
| ref array< ref SCR_TaskExecutor > | m_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 |
| override void SCR_ScenarioFrameworkTaskData.Copy | ( | out SCR_TaskData | data | ) |
| [out] | data |
Implements SCR_ExtendedTaskData.
| bool SCR_ScenarioFrameworkTaskData.m_bCustomBriefing |
| string SCR_ScenarioFrameworkTaskData.m_sTaskExecutionBriefing |