ACE3/addons/minedetector/XEH_PREP.hpp
esteldunedain f73b6b1aad - Restore the config of detector sounds through CfgSounds
- Add the possibility of switching between headphones or speaker
- Move detector actions to their own submenu
2016-07-06 22:14:26 -03:00

17 lines
375 B
C++

PREP(canActivateDetector);
PREP(canConnectHeadphones);
PREP(canDeactivateDetector);
PREP(canDisconnectHeadphones);
PREP(connectHeadphones);
PREP(activateDetector);
PREP(deactivateDetector);
PREP(hasDetector);
PREP(detectorLoop);
PREP(disableDetector);
PREP(enableDetector);
PREP(getDetectedObject);
PREP(isDetectorEnabled);
PREP(playDetectorSound);
PREP(getDetectorConfig);