taskChildren: Difference between revisions
Jump to navigation
Jump to search
(add. ArmA2 classification) |
Lou Montana (talk | contribs) m (Text replacement - "\]\] +\[\[" to "]] [[") |
||
(80 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | |||
[[ | |game1= arma2 | ||
|version1= 1.00 | |||
|game2= arma2oa | |||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Briefing | |||
|descr= Return the child tasks of the specified task. | |||
|s1= [[taskChildren]] task | |||
|p1= task: [[Task]] | |||
|r1= [[Array]] of children [[Task]]s | |||
|x1= <sqf>_children = taskChildren "someTask";</sqf> | |||
|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 11:44, 5 May 2024
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:
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