GetAllSounds

From Onset Developer Wiki
Revision as of 11:04, 6 January 2020 by 28days (talk | contribs)
GetAllSounds

Type: Function
Context: Client
Introduced: v1.0

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>

See also