setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
No edit summary
Line 12: Line 12:
| task '''setSimpleTaskDescription''' [description |= Syntax
| task '''setSimpleTaskDescription''' [description |= Syntax


|p1= task:  -  |= PARAMETER1  
|p1= task |= PARAMETER1  


|p2= [: Array |= PARAMETER2  
|p2= [[Array]] |= PARAMETER2  
 
|p3= |= PARAMETER3


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 22:04, 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:
createSimpleTasksetSimpleTaskDescription

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