2015-01-13 04:17:52 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = false;
|
|
|
|
|
2015-01-13 04:17:52 +00:00
|
|
|
PREP(addEarPlugs);
|
|
|
|
PREP(earRinging);
|
|
|
|
PREP(explosionNear);
|
|
|
|
PREP(firedNear);
|
2015-11-11 02:44:55 +00:00
|
|
|
PREP(handleRespawn);
|
2015-01-13 04:17:52 +00:00
|
|
|
PREP(hasEarPlugsIn);
|
2015-03-16 23:28:37 +00:00
|
|
|
PREP(moduleHearing);
|
2015-01-13 04:17:52 +00:00
|
|
|
PREP(putInEarPlugs);
|
2015-01-14 02:16:55 +00:00
|
|
|
PREP(removeEarPlugs);
|
2015-04-20 07:17:47 +00:00
|
|
|
PREP(updatePlayerVehAttenuation);
|
2015-01-14 02:16:55 +00:00
|
|
|
PREP(updateVolume);
|
2015-01-29 07:38:46 +00:00
|
|
|
|
|
|
|
ADDON = true;
|