taskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "</dd> </dl>" to "</dd> </dl>")
m (Text replacement - "\|gr1=([^ ]+) \|([0-9]\.[0-9]{2}) " to "|$2 |gr1= $1 ")
Line 3: Line 3:
| arma2
| arma2


|gr1= Briefing
|1.00


|1.00
|gr1=  Briefing


| Returns the sub-parts of the task description. The returned Array is in format [Task description, Task title, Task waypoint description].
| Returns the sub-parts of the task description. The returned Array is in format [Task description, Task title, Task waypoint description].

Revision as of 22:37, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Briefing

Syntax

Syntax:
taskDescription task
Parameters:
task: Task
Return Value:
Array

Examples

Example 1:
_taskDescArray = taskDescription _task;

Additional Information

See also:
setSimpleTaskDescriptioncreateSimpleTask

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted on November 14, 2014 - 19:48 (UTC)
Tajin
Be careful if you want to use this to retrieve the title of a task. If the task has no description set, then "taskDescription" will only return an array of empty Strings.

Therefor always use setSimpleTaskDescription directly after creating a new task, even if you set the Description to "".