mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
#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 = [];
|
|
ACE_DEFAULT_LASER_CODE = 1001; |