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

Method GetModuleLoadedEventList

TTD/TTD.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 const TTD_Replay_ModuleLoadedEvent* ReplayEngine::GetModuleLoadedEventList()
189 {
190 return this->engine->IReplayEngine->GetModuleLoadedEventList(engine);
191 }
192
193 const std::vector<TTD_Replay_ModuleLoadedEvent> ReplayEngine::GetModuleLoadedEvents()
194 {

Callers 2

GetModuleLoadedEventsMethod · 0.95
PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected