ACE3/addons/laser/functions/fnc_handleLaserOff.sqf

9 lines
201 B
Plaintext
Raw Normal View History

//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);
};