mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22 lines
462 B
Plaintext
22 lines
462 B
Plaintext
#include "script_component.hpp"
|
|
|
|
PREP(abort);
|
|
PREP(config);
|
|
PREP(convertDegree);
|
|
PREP(convertDistance);
|
|
PREP(convertFOS);
|
|
PREP(getDirection);
|
|
PREP(getDistance);
|
|
PREP(modeAzimuth);
|
|
PREP(modeAzimuthInclination);
|
|
PREP(modeDistance);
|
|
PREP(modeDistanceAzimuth);
|
|
PREP(modeDistanceHeight);
|
|
PREP(modeFallOfShort);
|
|
PREP(modeRelativeAzimuthDistance);
|
|
PREP(modeRelativeDistance);
|
|
PREP(modeRelativeDistanceHeight);
|
|
PREP(settings);
|
|
PREP(tabAzimuthKey);
|
|
PREP(tabDistanceKey);
|