ACE3/addons/bft/functions/fnc_updateGroup.sqf
2016-09-03 09:35:37 +02:00

21 lines
244 B
Plaintext

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