taskChildren: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[BIS fnc " to "[[BIS_fnc_")
m (Some wiki formatting)
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
|s1= [[taskChildren]] task
|s1= [[taskChildren]] task


|p1= task: [[Task]] -
|p1= task: [[Task]]


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


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


|seealso=     ‎[[BIS_fnc_deleteTask]] [[BIS_fnc_setTask]] [[BIS_fnc_setTaskLocal]] [[BIS_fnc_sharedObjectives]] [[BIS_fnc_taskAlwaysVisible]] [[BIS_fnc_taskCompleted]] [[BIS_fnc_taskCreate]] [[BIS_fnc_taskCurrent]] [[BIS_fnc_taskDescription]] [[BIS_fnc_taskDestination]] [[BIS_fnc_taskExists]] [[BIS_fnc_taskHint]] [[BIS_fnc_taskParent]] [[BIS_fnc_taskReal]] [[BIS_fnc_taskSetAlwaysVisible]] [[BIS_fnc_taskSetCurrent]] [[BIS_fnc_taskSetDescription]] [[BIS_fnc_taskSetDestination]] [[BIS_fnc_taskSetState]] [[BIS_fnc_taskSetType]] [[BIS_fnc_taskState]] [[BIS_fnc_tasksUnit]] [[BIS_fnc_taskType]] [[BIS_fnc_taskTypeIcon]] [[BIS_fnc_taskVar]] [[Arma 3: Task Framework]] {{HashLink|Arma 3: Task Framework#Task Overhaul}}
|seealso= [[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]] {{Link|Arma 3: Task Framework#Task Overhaul}}
}}
}}

Latest revision as of 16:24, 31 October 2023

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 children 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 or on the Forums.
Only post proven facts here! Add Note