mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(dev_buildTable);
|
|
PREP(dev_formatNumber);
|
|
PREP(dev_simulateCalcRangeTableLine);
|
|
PREP(dev_simulateFindSolution);
|
|
PREP(dev_simulateShot);
|
|
|
|
PREP(canLoadMagazine);
|
|
PREP(canUnloadMagazine);
|
|
PREP(handleFired);
|
|
PREP(handlePlayerVehicleChanged);
|
|
PREP(loadMagazine);
|
|
PREP(loadMagazineTimer);
|
|
PREP(moduleInit);
|
|
PREP(mortarInit);
|
|
PREP(rangeTableCanUse);
|
|
PREP(rangeTableOpen);
|
|
PREP(rangeTablePageChange);
|
|
PREP(rangeTablePreCalculatedValues);
|
|
PREP(toggleMils);
|
|
PREP(turretDisplayLoaded);
|
|
PREP(unloadMagazine);
|
|
PREP(unloadMagazineTimer);
|
|
|
|
ADDON = true;
|