IsSpeechVoxAvailable()
Returns whether the SPEECH.VOX file is being used by the game.
This could be useful if you have an optional speech download pack, and
you want to know whether the player has it or not.
Returns 1 if the speech files are available, 0 if not.
Example:
if (IsSpeechVoxAvailable()==0)
Display ("You don't have the voice pack");
will display a message if the voice pack is not available.
NOTE: This function used to be called IsVoxAvailable, but has now been renamed to avoid confusion.
See Also: IsMusicVoxAvailable
|