ACE3/addons/laser/XEH_pre_init.sqf

20 lines
353 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PREP(rotateVectLineGetMap);
PREP(rotateVectLine);
PREP(shootRay);
PREP(shootCone);
PREP(checkLos);
PREP(findLaserDesignator);
PREP(findStrongestRay);
PREP(translateToModelSpace);
PREP(translateToWeaponSpace);
PREP(laser_init);
PREP(laserTargetPFH);
ACE_LASERS = [];
2015-04-08 15:35:24 +00:00
ACE_DEFAULT_LASER_CODE = 1001;