ACE3/addons/laser/functions/fnc_drawVisibleLaserTargets.sqf
2016-07-30 17:16:29 +02:00

10 lines
298 B
Plaintext

// This is a debug function for displaying visible lasers for ourselves
#include "script_component.hpp"
ACE_LOGINFO("Laser Emitter Dump");
{
ACE_LOGINFO_1(" %1", _x);
ACE_LOGINFO_1(" %1",[ARR_2(GVAR(laserEmitters),_x)] call CBA_fnc_hashGet);
} forEach (GVAR(laserEmitters) select 1);