IsMusic()

Syntax

Result = IsMusic(#Music)
Description
Tests if the given music module is valid and correctly initialized.

Parameters

#Music The music module to test.

Return value

Nonzero if the music module is valid, zero otherwise.

Remarks

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

See Also

LoadMusic(), CatchMusic()

Supported OS

All

<- GetMusicRow() - Music Index - LoadMusic() ->