setSimpleTaskDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| task '''setSimpleTaskDescription''' [description |= Syntax
| task '''setSimpleTaskDescription''' array |= Syntax


|p1= task |= PARAMETER1  
|p1= [[Task]] |= PARAMETER1  


|p2= [[Array]] |= PARAMETER2  
|p2= [[Array]]: [Task description, Task title, Task waypoint description] |= PARAMETER2  


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




|x1= <code>tskCaptObj setSimpleTaskDescription ["Description of the task", "Task title", "Task HUD description"];</code>|= EXAMPLE1  
|x1= <code>tskCaptObj setSimpleTaskDescription ["Today you have to kill Spongebob.", "Kill Spongebob", "Here he is !"];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:56, 13 July 2009

Hover & click on the images for description

Description

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

Syntax

Syntax:
task setSimpleTaskDescription array
Parameters:
Task
Array: [Task description, Task title, Task waypoint description]
Return Value:
Nothing

Examples

Example 1:
tskCaptObj setSimpleTaskDescription ["Today you have to kill Spongebob.", "Kill Spongebob", "Here he is !"];

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