mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
#include "XEH_PREP.hpp"
|
|
|
|
GVAR(VanillaLasers) = [];
|
|
|
|
// Laser default variables
|
|
ACE_DEFAULT_LASER_CODE = 1001;
|
|
ACE_DEFAULT_LASER_WAVELENGTH = 1550;
|
|
ACE_DEFAULT_LASER_BEAMSPREAD = 1;
|
|
|
|
GVAR(laserEmitters) = [] call CBA_fnc_hashCreate;
|
|
|
|
ADDON = true;
|