ACE3/addons/bft/functions/fnc_updateGroup.sqf
2018-10-04 16:43:06 +02:00

21 lines
244 B
Plaintext

#include "script_component.hpp"
/*
* Author: Glowbal
*
*
* Arguments:
* 0: ?
* 1: ?
* 2: ?
*
* Return Value:
* None
*
* Public: No
*/
if (count _this < 3) exitwith {};
[QGVAR(orbatElements), _this] call FUNC(syncedArrayUpdate);