createTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
Line 25: Line 25:
|p2= [type, parentTask]: [[Array]]
|p2= [type, parentTask]: [[Array]]


|p3= type: [[String]] - <tt>name</tt> defined in <tt>CfgTasks</tt>
|p3= type: [[String]] - {{hl|name}} defined in {{hl|CfgTasks}}


|p4= parentTask (optional): [[Task]]
|p4= parentTask (optional): [[Task]]

Revision as of 00:46, 16 November 2021

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:
BriefingTeams

Syntax

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

Examples

Examples:
Example needed

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