mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
2578ead13b
* Initial commit * optimize/clean, add ignoreOwners param * locality, PFH condition --------- Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
20 lines
415 B
C++
20 lines
415 B
C++
|
|
PREP(addLaserTarget);
|
|
PREP(addMapHandler);
|
|
PREP(dev_drawVisibleLaserTargets);
|
|
PREP(findLaserSource);
|
|
PREP(handleLaserTargetCreation);
|
|
PREP(keyLaserCodeChange);
|
|
PREP(laserOff);
|
|
PREP(laserOn);
|
|
PREP(laserPointTrack);
|
|
PREP(laserTargetPFH);
|
|
PREP(onLaserDesignatorDraw);
|
|
PREP(rotateVectLine);
|
|
PREP(rotateVectLineGetMap);
|
|
PREP(seekerFindLaserSpot);
|
|
PREP(shootCone);
|
|
PREP(shootRay);
|
|
PREP(showVehicleHud);
|
|
PREP(toggleLST);
|