đAudio
Last updated
Last updated
You can find bank/sound names by clicking here, and speech list by clicking here.
To find some other banks/events you can check it by clicking here.
Audio.PlaySound(bank: string, name: string)
: boolean
Argument | Type | Description |
---|---|---|
Returns true if sound was successfully played.
Audio.StopSound(name: string)
Argument | Type | Description |
---|---|---|
Stops the playing sound by name.
Audio.PlaySpeech(character: SimCharacter, event: string, name: string)
: boolean
Argument | Type | Description |
---|---|---|
Returns true if speech was sucessfully played.
Audio.StopSpeech(character: SimCharacter)
Stops the speaking of the character.
Argument | Type | Description |
---|---|---|
bank
string
Name of the bank
name
string
Name of the sound
name
string
Name of the sound
character
SimCharacter
SimCharacter object that will speak
event
string
Event of the sound
event
string
Name of the sound
character
SimCharacter
SimCharacter object that will stop speaking