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

Method GetModuleLoadedEventCount

TTD/TTD.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 unsigned __int64 ReplayEngine::GetModuleLoadedEventCount()
184 {
185 return this->engine->IReplayEngine->GetModuleLoadedEventCount(engine);
186 }
187
188 const TTD_Replay_ModuleLoadedEvent* ReplayEngine::GetModuleLoadedEventList()
189 {

Callers 2

GetModuleLoadedEventsMethod · 0.95
PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected