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

Method SetBaseFrame

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

Source from the content-addressed store, hash-verified

106 void Set() { ::SetAutomationEventList(this); }
107
108 void SetBaseFrame(int frame) {
109 Set();
110 ::SetAutomationEventBaseFrame(frame);
111 }
112
113 void StartRecording() {
114 Set();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected