ExportAutomationEventList function

bool ExportAutomationEventList(
  1. AutomationEventListD list,
  2. MemoryPointer<RChar> fileName
)

See RaylibCoreFlatModule.ExportAutomationEventList.

Implementation

bool ExportAutomationEventList(
  AutomationEventListD list,
  MemoryPointer<RChar> fileName,
) => _module.ExportAutomationEventList(list, fileName);