createTask: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (syntax format) |
m (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands) |
||
Line 44: | Line 44: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Arma 3: Scripting Commands]] | ||
[[Category: | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Command Group: Briefing|{{uc:{{PAGENAME}}}}]] |
Revision as of 17:12, 3 December 2018
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 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