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

Method Set

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

Source from the content-addressed store, hash-verified

104 bool Export(const char* fileName) { return ::ExportAutomationEventList(*this, fileName); }
105
106 void Set() { ::SetAutomationEventList(this); }
107
108 void SetBaseFrame(int frame) {
109 Set();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected