Skip to content

raylib.PlayAutomationEvent

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Play a recorded automation event

Parameters

Parameter Default Value Note
event

Return value

None.

Notes

Example

list = raylib.LoadAutomationEventList("events.csv")
raylib.SetAutomationEventList list
// Play back the first recorded event
raylib.PlayAutomationEvent list.events[0]
raylib.UnloadAutomationEventList list

Clone this wiki locally