createSimpleTask: Difference between revisions
Jump to navigation
Jump to search
HeliJunkie (talk | contribs) No edit summary |
(add. classification) |
||
Line 39: | Line 39: | ||
[[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:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 03:40, 16 June 2009
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:
- taskState
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