2015-04-12 01:36:10 +00:00
|
|
|
//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;
|