-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.PlayAutomationEvent
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Play a recorded automation event
| Parameter | Default Value | Note |
|---|---|---|
| event |
None.
list = raylib.LoadAutomationEventList("events.csv")
raylib.SetAutomationEventList list
// Play back the first recorded event
raylib.PlayAutomationEvent list.events[0]
raylib.UnloadAutomationEventList list