createSimpleTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[taskState]] |= SEEALSO  
| [[taskState]], [[setSimpleTaskDescription]], [[setSimpleTaskDestination]], [[setTaskState]], [[setTaskResult]] |= SEEALSO


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:25, 13 July 2009

Hover & click on the images for description

Description

Description:
Creates a new Task
Groups:
Uncategorised

Syntax

Syntax:
Task = Object createSimpleTask String
Parameters:
Object - of subtype Unit - Unit to add this new task
String - Taskname
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