BIS fnc findAllNestedElements: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Function " to "{{RV|type=function ") |
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
||
Line 22: | Line 22: | ||
| [[BIS_fnc_findNestedElement]], [[BIS_fnc_removeNestedElement]], [[BIS_fnc_returnNestedElement]], [[BIS_fnc_setNestedElement]] | | [[BIS_fnc_findNestedElement]], [[BIS_fnc_removeNestedElement]], [[BIS_fnc_returnNestedElement]], [[BIS_fnc_setNestedElement]] | ||
}} | }} | ||
[[Category:Functions|{{uc:findAllNestedElements}}]] | [[Category:Functions|{{uc:findAllNestedElements}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:findAllNestedElements}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:findAllNestedElements}}]] |
Revision as of 22:06, 31 January 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- Syntax needed
- Parameters:
- array: Array - array to explore
- query: Anything - wanted item
- Return Value:
- Return value needed
Examples
- Example 1:
_array = [[1, 2, 3], [[1, 2, 3], 1, 2, 3]]; _result = [_array, 2] call BIS_fnc_findAllNestedElements; // returns [[0, 1], [1, 0, 1], [1, 2]]
Additional Information
- See also:
- See also needed
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