Handbook
Glossary
export-wave ( wave fileName -- bool )
Vocabulary
raylib
Inputs
wave
a
Wave
fileName
a
c-string
Outputs
bool
a
bool
Word description
Export wave data to file, returns true on success
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
export-wave
bool ExportWave
(
Wave
wave,
c-string
fileName )