taskChildren: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|p[0-9]+ *= * )+" to "")
m (Some wiki formatting)
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


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


|1.00
|game3= tkoh
|version3= 1.00


| Return the child tasks of the specified task.
|game4= arma3
|version4= 0.50


| '''taskChildren''' task
|gr1= Briefing


|p1= task: [[Task]] -
|descr= Return the child tasks of the specified task.


| [[Array]] - array of children [[Task]]s
|s1= [[taskChildren]] task


|x1= <code>_children = [[taskChildren]] "someTask";</code>
|p1= task: [[Task]]


| [[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}}
|r1= [[Array]] of children [[Task]]s
}}


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


{{GameCategory|arma2|Scripting Commands}}
|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}}
{{GameCategory|arma3|Scripting Commands}}
}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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