Skip to content

raylib.ExportAutomationEventList

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Export automation events list as text file

Parameters

Parameter Default Value Note
list
fileName

Return value

Condition Return Value
(always) number

Notes

Example

// Save a recorded automation event list to a file
raylib.ExportAutomationEventList eventList, "recording.csv"

Clone this wiki locally