createSimpleTask: Difference between revisions

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


| [[Task]] <nowiki>=</nowiki> [[Object]] '''createSimpleTask''' [[String]]|= Syntax
| [[Task]] <nowiki>=</nowiki> [[Object]] '''createSimpleTask''' [[Array]]|= Syntax


|p1= [[Object]] - of subtype ''Unit'' - Unit to add this new task|= PARAMETER1  
|p1= [[Object]]: Unit to add this new task |= PARAMETER1  


|p2= [[String]] - Taskname|= PARAMETER2  
|p2= [[Array]]: ["TaskName"] or ["TaskName", taskParent] |= PARAMETER2  


| [[Task]] - the new task|= RETURNVALUE  
| [[Task]] - the new task |= RETURNVALUE  





Revision as of 00:54, 14 July 2009

Hover & click on the images for description

Description

Description:
Creates a new Task
Groups:
Uncategorised

Syntax

Syntax:
Task = Object createSimpleTask Array
Parameters:
Object: Unit to add this new task
Array: ["TaskName"] or ["TaskName", taskParent]
Return Value:
Task - the new task

Examples

Example 1:
currentTask = player createSimpleTask "NewTask";

Additional Information

See also:
taskStatesetSimpleTaskDescriptionsetSimpleTaskDestinationsetTaskStatesetTaskResult

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