ACE3/addons/laser/functions/fnc_laserOff.sqf

16 lines
238 B
Plaintext
Raw Normal View History

/*
* Author: Nou
* Turn a laser designator off.
*
* Arguments:
* 0: UUID (from laserOn) <string>
*
2016-06-18 09:50:41 +00:00
* Return Value:
* None
*/
#include "script_component.hpp"
params ["_uuid"];
2016-06-09 12:24:45 +00:00
["ace_laserOff", [_uuid]] call CBA_fnc_globalEvent;