GetAllSounds
From Onset Developer Wiki
Description
Gets all the sound IDs in a table.
Syntax
GetAllSounds()
Parameters
- This function has no parameters.
Return Value
- This function returns a table.
Example
<syntaxhighlight lang="Lua"> local table = GetAllSounds() <syntaxhighlight>