/tg/ Station 13 - Modules - TypesVar Details

tts_request

A struct containing information on an individual player or mob who has made a TTS request

Vars

audio_fileThe audio file of this tts request.
audio_file_blipsThe blips audio file of this tts request.
audio_lengthThe audio length of this tts request.
identifierThe message identifier
languageThe language to limit this TTS message to
listenersThe people who are going to hear this TTS message Does nothing if local is set to TRUE
localWhether this TTS message should be sent to the target only or not.
messageThe message itself
message_rangeThe message range to play this TTS message
pitchWhat's the pitch adjustment?
requestThe HTTP request of this message
request_blipsThe HTTP request of this message for blips
start_timeThe time at which this request was started
targetThe mob to play this TTS message on
timed_outWhether this request was timed out or not
use_blipsDoes this use blips during local generation or not?
volume_offsetThe volume offset to play this TTS at.
when_to_playWhen 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