Task: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page refresh) |
|||
Line 1: | Line 1: | ||
A | {| class="wikitable" style="float: right; margin: 0 0 1em 1.5em" | ||
|+ Possible values | |||
! Task Type !! Task Icon ([[taskHint]]) | |||
|- | |||
| "Succeeded" || "taskDone" | |||
|- | |||
| "Failed" || "taskFailed" | |||
|- | |||
| "Canceled" || "taskFailed" | |||
|- | |||
| "Created" || "taskNew" | |||
|- | |||
| "Current" || "taskCurrent" | |||
|} | |||
A [[Task]] is the [[:Category:Data Types|variable type]] that can contain a task (formerly known as "objective"). A null task is of [[taskNull]] value. | |||
* For {{arma3}} tasks, see [[Arma 3 Task Framework]] and its [[Arma 3 Task Framework Tutorial|Tutorial]]. | |||
* For {{arma2}} tasks, see [[Arma 2:Task Tutorial]] | |||
== See Also == | |||
* [[:Category:Briefing|Briefing]] | |||
[[Category: Data Types]] | [[Category: Data Types]] |
Revision as of 21:04, 6 May 2020
Task Type | Task Icon (taskHint) |
---|---|
"Succeeded" | "taskDone" |
"Failed" | "taskFailed" |
"Canceled" | "taskFailed" |
"Created" | "taskNew" |
"Current" | "taskCurrent" |
A Task is the variable type that can contain a task (formerly known as "objective"). 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