pushBackUnique: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^<]*↵[^<]*)<\/sqf>" to "<sqf> $1 </sqf>") |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 11: | Line 11: | ||
|s1= array [[pushBackUnique]] element | |s1= array [[pushBackUnique]] element | ||
|p1= array: [[Array]] | |p1= array: [[Array]] of [[Anything]] | ||
|p2= element: [[Anything]] | |p2= element: [[Anything]] | ||
Latest revision as of 11:30, 1 January 2026
Description
- Description:
- Adds element to the back of the given array but only if it is unique to the array. The index of the added element is returned upon success, otherwise -1. This command modifies the original array.
- Groups:
- Arrays
Syntax
- Syntax:
- array pushBackUnique element
- Parameters:
- array: Array of Anything
- element: Anything
- Return Value:
- Number - index of inserted element or -1
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- pushBack select set resize reverse count find in forEach deleteAt deleteRange append sort arrayIntersect apply BIS_fnc_arrayPushStack BIS_fnc_arrayPush
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note