tts_request ![code/controllers/subsystem/tts.dm 313](git.png)
A struct containing information on an individual player or mob who has made a TTS request
Vars | |
audio_file | The audio file of this tts request. |
---|---|
audio_file_blips | The blips audio file of this tts request. |
audio_length | The audio length of this tts request. |
identifier | The message identifier |
language | The language to limit this TTS message to |
listeners | The people who are going to hear this TTS message Does nothing if local is set to TRUE |
local | Whether this TTS message should be sent to the target only or not. |
message | The message itself |
message_range | The message range to play this TTS message |
pitch | What's the pitch adjustment? |
request | The HTTP request of this message |
request_blips | The HTTP request of this message for blips |
start_time | The time at which this request was started |
target | The mob to play this TTS message on |
timed_out | Whether this request was timed out or not |
use_blips | Does this use blips during local generation or not? |
volume_offset | The volume offset to play this TTS at. |
when_to_play | When the audio file should play at the minimum |
Var Details
audio_file ![code/controllers/subsystem/tts.dm 339](git.png)
The audio file of this tts request.
audio_file_blips ![code/controllers/subsystem/tts.dm 341](git.png)
The blips audio file of this tts request.
audio_length ![code/controllers/subsystem/tts.dm 343](git.png)
The audio length of this tts request.
identifier ![code/controllers/subsystem/tts.dm 328](git.png)
The message identifier
language ![code/controllers/subsystem/tts.dm 324](git.png)
The language to limit this TTS message to
listeners ![code/controllers/subsystem/tts.dm 318](git.png)
The people who are going to hear this TTS message Does nothing if local is set to TRUE
local ![code/controllers/subsystem/tts.dm 332](git.png)
Whether this TTS message should be sent to the target only or not.
message ![code/controllers/subsystem/tts.dm 326](git.png)
The message itself
message_range ![code/controllers/subsystem/tts.dm 334](git.png)
The message range to play this TTS message
pitch ![code/controllers/subsystem/tts.dm 351](git.png)
What's the pitch adjustment?
request ![code/controllers/subsystem/tts.dm 320](git.png)
The HTTP request of this message
request_blips ![code/controllers/subsystem/tts.dm 322](git.png)
The HTTP request of this message for blips
start_time ![code/controllers/subsystem/tts.dm 336](git.png)
The time at which this request was started
target ![code/controllers/subsystem/tts.dm 315](git.png)
The mob to play this TTS message on
timed_out ![code/controllers/subsystem/tts.dm 347](git.png)
Whether this request was timed out or not
use_blips ![code/controllers/subsystem/tts.dm 349](git.png)
Does this use blips during local generation or not?
volume_offset ![code/controllers/subsystem/tts.dm 330](git.png)
The volume offset to play this TTS at.
when_to_play ![code/controllers/subsystem/tts.dm 345](git.png)
When the audio file should play at the minimum