taskChildren: Difference between revisions

From Bohemia Interactive Community
m (fix example syntax)
mNo edit summary
 
Line 21: Line 21:
|p1= task: [[Task]]
|p1= task: [[Task]]


|r1= [[Array]] of children [[Task]]s
|r1= [[Array]] of [[Task]]s


|x1= <sqf>_children = taskChildren someTask;</sqf>
|x1= <sqf>_children = taskChildren someTask;</sqf>

Latest revision as of 10:28, 2 January 2026

Hover & click on the images for description

Description

Description:
Return the child tasks of the specified task.
Groups:
Briefing

Syntax

Syntax:
taskChildren task
Parameters:
task: Task
Return Value:
Array of Tasks

Examples

Example 1:
_children = taskChildren someTask;

Additional Information

See also:
BIS_fnc_taskCreate BIS_fnc_taskCurrent BIS_fnc_taskExists BIS_fnc_taskParent BIS_fnc_taskType BIS_fnc_taskTypeIcon BIS_fnc_taskVar Arma 3: Task Framework Arma 3: Task Framework - Task Overhaul

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note