CBA_fnc_getArrayElements

Description

A function used to return the element counts in an array.

Parameters

Array

Example

_types = [0, 0, 1, 1, 1, 1] call CBA_fnc_getArrayElements

Returns

Array element counts (for above example, return would be [0, 2, 1, 4])

Author

Rommel && sbsmac

Close