Task

From Bohemia Interactive Community
Revision as of 23:28, 31 December 2020 by Lou Montana (talk | contribs) (Text replacement - "[[Arma 3 Task Framework" to "[[Arma 3: Task Framework")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Possible values
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.


See Also