Handbook
Glossary
export-automation-event-list ( list fileName -- bool )
Vocabulary
raylib
Inputs
list
a
pointer
to a
AutomationEventList
fileName
a
c-string
Outputs
bool
a
bool
Word description
Export automation events list as text file
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
export-automation-event-list
bool ExportAutomationEventList
(
AutomationEventList
list,
c-string
fileName )