GetAllSounds: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<syntaxhighlight lang="Lua"> | <syntaxhighlight lang="Lua"> | ||
local table = GetAllSounds() | local table = GetAllSounds() | ||
<syntaxhighlight> | </syntaxhighlight> | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{SoundFunctions}} | {{SoundFunctions}} |
Latest revision as of 11:04, 6 January 2020
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
local table = GetAllSounds()