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

Method GetModuleUnloadedEvents

TTD/TTD.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 const std::vector<TTD_Replay_ModuleUnloadedEvent> ReplayEngine::GetModuleUnloadedEvents()
209 {
210 return std::vector<TTD_Replay_ModuleUnloadedEvent>(this->GetModuleUnloadedEventList(), this->GetModuleUnloadedEventList() + this->GetModuleUnloadedEventCount());
211 }
212
213 unsigned __int64 ReplayEngine::GetThreadCreatedEventCount()
214 {

Callers 1

mainFunction · 0.80

Tested by

no test coverage detected