tts_request 
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 
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