simpleTasks: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|gr1= Briefing |GROUP1=
|game2= arma2oa
|version2= 1.50


|game3= tkoh
|version3= 1.00


|game4= arma3
|version4= 0.50


|1.00|Game version=
|gr1= Briefing
____________________________________________________________________________________________


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


| '''simpleTasks''' person |SYNTAX=
|s1= [[simpleTasks]] unit


|p1= person: [[Object]] -  |PARAMETER1=
|p1= unit: [[Object]]


|p2= |PARAMETER2=  
|r1= [[Array]]


|p3= |PARAMETER3=  
|x1= <sqf>_tasks = simpleTasks player;</sqf>


| [[Array]] |RETURNVALUE=  
|seealso= [[createSimpleTask]] [[currentTask]]
 
 
|x1= <code>_tasks = [[simpleTasks]] [[player]];</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[createSimpleTask]] [[currentTask]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:25, 13 May 2022

Hover & click on the images for description

Description

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

Syntax

Syntax:
simpleTasks unit
Parameters:
unit: 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