ACE3/addons/laser/functions/fnc_handleLaserOff.sqf
2016-05-30 18:37:03 +02:00

9 lines
197 B
Plaintext

//fnc_handleLaserOff.sqf
#include "script_component.hpp"
private ["_uuid"];
_uuid = _this select 0;
if(HASH_HASKEY(GVAR(laserEmitters), _uuid)) then {
HASH_REM(GVAR(laserEmitters), _uuid);
};