ACE3/addons/laser/functions/fnc_handleLaserOn.sqf

8 lines
191 B
Plaintext
Raw Normal View History

//fnc_handleLaserOn.sqf
#include "script_component.hpp"
private ["_uuid", "_args"];
2016-05-30 16:37:03 +00:00
_uuid = _this select 0;
_args = _this select 1;
2016-07-30 15:16:29 +00:00
[GVAR(laserEmitters), _uuid, _args] call CBA_fnc_hashSet;