ACE3/addons/common/functions/fnc_uniqueElementsOnly.sqf

18 lines
275 B
Plaintext
Raw Normal View History

2015-09-20 13:52:40 +00:00
/*
* Author: Glowbal
* Make a copy of an array with only the unique elements.
2015-01-16 23:21:47 +00:00
*
2015-09-20 13:52:40 +00:00
* Arguments:
* 0: array <ARRAY>
*
* Return Value:
* Copy of original array <ARRAY>
*
* Public: Yes
*
* Deprecated
2015-01-16 23:21:47 +00:00
*/
#include "script_component.hpp"
2015-09-20 13:52:40 +00:00
_this call FUNC(uniqueElements)