2015-01-13 03:23:14 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = false;
|
|
|
|
|
2015-01-13 03:23:14 +00:00
|
|
|
PREP(checkTemperature);
|
|
|
|
PREP(clearJam);
|
2015-01-17 06:13:05 +00:00
|
|
|
PREP(displayTemperature);
|
2015-02-14 19:22:02 +00:00
|
|
|
PREP(firedEH);
|
2016-01-20 18:19:46 +00:00
|
|
|
PREP(getWeaponData);
|
2015-12-15 07:09:26 +00:00
|
|
|
PREP(handleTakeEH);
|
2015-01-13 03:23:14 +00:00
|
|
|
PREP(jamWeapon);
|
|
|
|
PREP(overheat);
|
|
|
|
PREP(swapBarrel);
|
|
|
|
PREP(swapBarrelCallback);
|
2015-04-01 17:29:22 +00:00
|
|
|
PREP(updateTemperature);
|
2016-01-20 16:05:47 +00:00
|
|
|
PREP(updateTemperatureThread);
|
2015-01-29 07:38:46 +00:00
|
|
|
|
|
|
|
ADDON = true;
|