simpleTasks: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:


|1.00|Game version=
|1.00|Game version=
____________________________________________________________________________________________


| Return all simple tasks assigned to given person. |DESCRIPTION=
| Return all simple tasks assigned to given person. |DESCRIPTION=
____________________________________________________________________________________________


| '''simpleTasks''' person |SYNTAX=
| '''simpleTasks''' person |SYNTAX=
Line 27: Line 24:
|x1= <code>_tasks = [[simpleTasks]] [[player]];</code>|EXAMPLE1=  
|x1= <code>_tasks = [[simpleTasks]] [[player]];</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[createSimpleTask]] [[currentTask]] |SEEALSO=  
| [[createSimpleTask]] [[currentTask]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 04:59, 17 January 2021

Hover & click on the images for description

Description

Description:
Return all simple tasks assigned to given person.
Groups:
Briefing

Syntax

Syntax:
simpleTasks person
Parameters:
person: Object -
Return Value:
Array

Examples

Example 1:
_tasks = simpleTasks player;

Additional Information

See also:
createSimpleTask currentTask

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