BIS fnc tasksUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (pf)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [taskName, owner] call [[BIS_fnc_tasksUnit]] |Syntax=
| target call [[BIS_fnc_tasksUnit]] |Syntax=


|p1= taskName: [[String]] |Parameter 1=
|p1= target: [[Object]] |Parameter 1=


| [[Array]] - Array with task names |Return value=
| [[Array]] - Array with task names |Return value=

Revision as of 01:10, 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:
target call BIS_fnc_tasksUnit
Parameters:
target: Object
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