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

Method Play

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

Source from the content-addressed store, hash-verified

121 }
122
123 void Play(int index) {
124 if (index < 0 || static_cast<unsigned int>(index) >= this->count) {
125 return;
126 }
127
128 Set();
129 ::PlayAutomationEvent(this->events[index]);
130 }
131protected:
132 void set(const ::AutomationEventList& other) {
133 capacity = other.capacity;

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected