LoadAutomationEventList function

AutomationEventListD LoadAutomationEventList(
  1. MemoryPointer<RChar> fileName
)

See RaylibCoreFlatModule.LoadAutomationEventList.

Implementation

AutomationEventListD LoadAutomationEventList(
  MemoryPointer<RChar> fileName,
) => _module.LoadAutomationEventList(fileName);