BIS fnc taskChildren: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "|arg= global|eff= global" to "|arg= global |eff= global") |
||
Line 6: | Line 6: | ||
|gr1= Tasks | |gr1= Tasks | ||
|arg= global|eff= global | |arg= global | ||
|eff= global | |||
|descr= Return a task's sub-tasks. {{Feature|Informative| See [[Arma 3: Task Framework]] for more information.}} | |descr= Return a task's sub-tasks. {{Feature|Informative| See [[Arma 3: Task Framework]] for more information.}} |
Revision as of 01:28, 11 September 2023
Description
Syntax
- Syntax:
- taskID call BIS_fnc_taskChildren
- Parameters:
- taskID: String - ID of the task
- Return Value:
- Array - Array with sub tasks (task's children)
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Task Framework
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