Handbook
Glossary
save-file-data ( fileName data bytesToWrite -- bool )
Vocabulary
raylib
Inputs
fileName
a
c-string
data
a
void*
bytesToWrite
an
int
Outputs
bool
a
bool
Word description
Save data to file from byte array (write), returns true on success
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
save-file-data
bool
SaveFileData
(
c-string
fileName, void* data,
int
bytesToWrite )