code/__DEFINES/tts.dm ![code/__DEFINES/tts.dm0](git.png)
TTS_SOUND_OFF | TTS preference is disbaled entirely, no sound will be played. |
---|---|
TTS_SOUND_ENABLED | TTS preference is enabled, and will give full text-to-speech. |
TTS_SOUND_BLIPS | TTS preference is set to only play blips of a sound, rather than speech. |
TTS_FILTER_RADIO | TTS filter to activate start/stop radio clicks on speech. |
TTS_FILTER_SILICON | TTS filter to activate a silicon effect on speech. |
Define Details
TTS_FILTER_RADIO ![code/__DEFINES/tts.dm 8](git.png)
TTS filter to activate start/stop radio clicks on speech.
TTS_FILTER_SILICON ![code/__DEFINES/tts.dm 10](git.png)
TTS filter to activate a silicon effect on speech.
TTS_SOUND_BLIPS ![code/__DEFINES/tts.dm 6](git.png)
TTS preference is set to only play blips of a sound, rather than speech.
TTS_SOUND_ENABLED ![code/__DEFINES/tts.dm 4](git.png)
TTS preference is enabled, and will give full text-to-speech.
TTS_SOUND_OFF ![code/__DEFINES/tts.dm 2](git.png)
TTS preference is disbaled entirely, no sound will be played.