BIS fnc tasksUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


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


| <pre>/*
| Grab all tasks currently created for a given unit.|Description=
 
____________________________________________________________________________________________
Description:
Grab all tasks currently created for a given unit


Parameters:
| [taskName, owner] call [[BIS_fnc_tasksUnit]] |Syntax=
0: OBJECT - Tasks owner


Returns:
|p1= taskName: [[String]] |Parameter 1=
ARRAY
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [Array] - Array with task names |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_tasksUnit]]; --> |= Syntax
|x1= [[player]] [[call]] [[BIS_fnc_tasksUnit]];|Example 1=


|p1= |= Parameter 1
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[:Category:Function Group: Tasks|Task Functions]], [[Arma 3 Tasks Overhaul]] |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 01:09, 20 June 2018

Hover & click on the images for description

Description

Description:
Grab all tasks currently created for a given unit.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[taskName, owner] call BIS_fnc_tasksUnit
Parameters:
taskName: String
Return Value:
[Array] - Array with task names

Examples

Example 1:
player call BIS_fnc_tasksUnit;

Additional Information

See also:
Task FunctionsArma 3 Tasks Overhaul

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