![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_EditorTaskClass |
Functions | |
| SCR_EditorTaskClass SCR_ExtendedTaskClass | Attribute (SCR_Enum.GetDefault(ETaskTextType.NONE), UIWidgets.ComboBox, enums:ParamEnumArray.FromEnum(ETaskTextType))] protected ETaskTextType m_TextType |
| void | SetLocationName (LocalizedString locationName) |
| string | GetLocationName () |
| ETaskTextType | GetTextType () |
| int | GetTextIndex () |
| void | SetTextIndex (int index) |
| EEditorTaskCompletionType | GetTaskCompletionType () |
| void | SetTaskCompletionType (EEditorTaskCompletionType newTaskCompletionType) |
| override void | SetTaskState (SCR_ETaskState state) |
| void | Rpc_PopUpNotification (string prefix, bool alwaysInEditor) |
| void | ShowPopUpNotification (string subtitle) |
| void | ShowTaskNotification (ENotification taskNotification, bool SendOverNetwork=false) |
| void | DelayedPlacedNotification (vector position, int taskID, int factionIndex) |
| override void | EOnInit (IEntity owner) |
| void | ~SCR_EditorTask () |
Variables | |
| int | m_iTextIndex |
| EEditorTaskCompletionType | m_iTaskCompletionType |
| LocalizedString | m_sLocationName |
| const string | GENERATED_TASK_PREFIX = "$EDITOR_TASK_" |
| SCR_EditorTaskClass SCR_ExtendedTaskClass Attribute | ( | SCR_Enum. | GetDefaultETaskTextType.NONE, |
| UIWidgets. | ComboBox, | ||
| enums:ParamEnumArray. | FromEnumETaskTextType ) |
Definition at line 205 of file SCR_EditorTask.c.
|
protected |
Get name of location to which this task relates to.
Definition at line 37 of file SCR_EditorTask.c.
|
protected |
Get the task completion type
Definition at line 77 of file SCR_EditorTask.c.
|
protected |
Get index of custom text from SCR_TextsTaskManagerComponent.
Definition at line 57 of file SCR_EditorTask.c.
|
protected |
Get type of custom texts this task should use.
Definition at line 47 of file SCR_EditorTask.c.
Definition at line 136 of file SCR_EditorTask.c.
|
protected |
Set name of location to which this task relates to.
| locationName | Name of the location |
Definition at line 27 of file SCR_EditorTask.c.
|
protected |
Set the task completion type
| newTaskCompletionType | MANUAL and ALWAYS_MENUAL means only the GM can complete the task. AUTOMATIC means that the task can auto complete and/or fail depending on the task |
Definition at line 87 of file SCR_EditorTask.c.
|
protected |
Definition at line 96 of file SCR_EditorTask.c.
|
protected |
Set index of custom text from SCR_TextsTaskManagerComponent.
| index | Index from the array of texts |
Definition at line 67 of file SCR_EditorTask.c.
|
protected |
Definition at line 160 of file SCR_EditorTask.c.
|
protected |
Show notification related to the task state. Delete notification is called by SCR_EditableTaskComponent
| taskNotification | notification to show |
Definition at line 170 of file SCR_EditorTask.c.
|
protected |
Definition at line 223 of file SCR_EditorTask.c.
|
protected |
Definition at line 20 of file SCR_EditorTask.c.
|
protected |
Definition at line 15 of file SCR_EditorTask.c.
|
protected |
Definition at line 12 of file SCR_EditorTask.c.
|
protected |
Definition at line 17 of file SCR_EditorTask.c.