GetAllSounds

From Onset Developer Wiki
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