createTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 88933 by killzone_kid on 2015-04-27T13:09:28Z)
(see also)
Line 30: Line 30:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Tasks]] [[briefing]] [[createSimpleTask]] [[simpleTasks]] [[currentTask]] [[currentTasks]] [[setCurrentTask]] [[taskState]] [[setTaskState]] [[taskResult]] [[setTaskResult]] [[taskCompleted]] [[removeSimpleTask]] |= SEEALSO  
| [[Tasks]] [[type]] [[briefing]] [[createSimpleTask]] [[simpleTasks]] [[currentTask]] [[currentTasks]] [[setCurrentTask]] [[taskState]] [[setTaskState]] [[taskResult]] [[setTaskResult]] [[taskCompleted]] [[removeSimpleTask]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 13:08, 24 January 2019

Hover & click on the images for description

Description

Description:
Create a new AI task (subtask of parentTask). Type is name of registered task type.
Groups:
Uncategorised

Syntax

Syntax:
teamMember createTask [[type, parentTask], priority, name1, value1...nameN, valueN]
Parameters:
teamMember: Team Member
[[type, parentTask], priority, name1, value1...nameN, valueN]: Array
[type, parentTask]: Array
type: String
parentTask (optional): Task
priority: Number
name1: String
value1: String
Return Value:
Task

Examples

Example 1:
(example)

Additional Information

See also:
Tasks type briefing createSimpleTask simpleTasks currentTask currentTasks setCurrentTask taskState setTaskState taskResult setTaskResult taskCompleted removeSimpleTask

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