setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 19: Line 19:




|x1= <code>tskCaptObj setSimpleTaskDescription ["Description of the task", "Task title", "Task HUD description"]</code>|= EXAMPLE1  
|x1= <code>tskCaptObj setSimpleTaskDescription ["Description of the task", "Task title", "Task HUD description"];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[createSimpleTask]], [[setSimpleTaskDescription]] |= SEEALSO  
| [[createSimpleTask]], [[setSimpleTaskDestination]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 22:05, 13 July 2009

Hover & click on the images for description

Description

Description:
Attach descriptions to the simple task.
Groups:
Uncategorised

Syntax

Syntax:
task setSimpleTaskDescription [description
Parameters:
task
Array
Return Value:
Nothing

Examples

Example 1:
tskCaptObj setSimpleTaskDescription ["Description of the task", "Task title", "Task HUD description"];

Additional Information

See also:
createSimpleTasksetSimpleTaskDestination

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

Notes

Bottom Section