MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Export

Method Export

include/AutomationEventList.hpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 bool IsValid() { return events != nullptr; }
103
104 bool Export(const char* fileName) { return ::ExportAutomationEventList(*this, fileName); }
105
106 void Set() { ::SetAutomationEventList(this); }
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected