mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
//fnc_handleLaserOn.sqf
|
|
#include "script_component.hpp"
|
|
|
|
private ["_uuid", "_args"];
|
|
_uuid = _this select 0;
|
|
_args = _this select 1;
|
|
HASH_SET(GVAR(laserEmitters), _uuid, _args);
|