IsSound3D()

Syntax

Result = IsSound3D(#Sound3D)
Description
Tests if the given sound is valid and correctly initialized.

Parameters

#Sound3D The sound to test.

Return value

Nonzero if the sound is valid, zero otherwise.

Remarks

This function is bulletproof and may be used with any value. This is the correct way to ensure a sound is ready to use.

Supported OS

All

<- FreeSound3D() - Sound3D Index - LoadSound3D() ->