MCPcopy Create free account
hub / github.com/commial/ttd-bindings / GetModuleUnloadedEventList

Method GetModuleUnloadedEventList

TTD/TTD.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 const TTD_Replay_ModuleUnloadedEvent* ReplayEngine::GetModuleUnloadedEventList()
204 {
205 return this->engine->IReplayEngine->GetModuleUnloadedEventList(engine);
206 }
207
208 const std::vector<TTD_Replay_ModuleUnloadedEvent> ReplayEngine::GetModuleUnloadedEvents()
209 {

Callers 2

PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected