GetAllSounds

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

local table = GetAllSounds()

See also