flatten: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (R3vo moved page arrayFlatten to flatten without leaving a redirect: command was renamded)
m (renamed)
Line 9: Line 9:
| Flattens an array. |DESCRIPTION=
| Flattens an array. |DESCRIPTION=


| [[arrayFlatten]] array|SYNTAX=
| [[flatten]] array|SYNTAX=


|p1= array: [[Array]] |PARAMETER1=
|p1= array: [[Array]] |PARAMETER1=

Revision as of 14:54, 23 November 2020

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.01|2.01]]
Hover & click on the images for description

Description

Description:
Flattens an array.
Groups:
Arrays

Syntax

Syntax:
flatten array
Parameters:
array: Array
Return Value:
Array - Flattened array

Examples

Example 1:
Will be added later

Additional Information

See also:
arrayIntersect

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

[[Category:Introduced with arma3dev version 2.01]][[ Category: arma3dev: New Scripting Commands | FLATTEN]][[ Category: arma3dev: Scripting Commands | FLATTEN]]