Task: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page refresh) |
Lou Montana (talk | contribs) m (Fix description) |
||
Line 13: | Line 13: | ||
| "Current" || "taskCurrent" | | "Current" || "taskCurrent" | ||
|} | |} | ||
A [[Task]] is | A [[Task]] is a [[:Category:Data Types|Data Type]] that contains a task's details, such as location, title and description.<br> | ||
It was introduced with {{arma2}}; before that, games used ''objectives'' defined in [[Briefing.html]]. A null task is of [[taskNull]] value. | |||
* For {{arma3}} tasks, see [[Arma 3 Task Framework]] and its [[Arma 3 Task Framework Tutorial|Tutorial]]. | * For {{arma3}} tasks, see [[Arma 3 Task Framework]] and its [[Arma 3 Task Framework Tutorial|Tutorial]]. |
Revision as of 21:07, 6 May 2020
Task Type | Task Icon (taskHint) |
---|---|
"Succeeded" | "taskDone" |
"Failed" | "taskFailed" |
"Canceled" | "taskFailed" |
"Created" | "taskNew" |
"Current" | "taskCurrent" |
A Task is a Data Type that contains a task's details, such as location, title and description.
It was introduced with Arma 2; before that, games used objectives defined in Briefing.html. A null task is of taskNull value.
- For Arma 3 tasks, see Arma 3 Task Framework and its Tutorial.
- For Arma 2 tasks, see Arma 2:Task Tutorial