SND_CountFreeCommand

C Specification

#include <nitro/snd.h>
int SND_CountFreeCommand( void );

Arguments

None.

Return Values

The number of free commands.

Description

This function gets the number of free commands.

See Also

None.

Revision History

07/20/2004 Initial version