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

Method GetModuleList

TTD/TTD.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 return this->cursor->ICursor->GetModuleCount(cursor);
101 }
102 struct TTD_Replay_ModuleInstance* Cursor::GetModuleList()
103 {
104 return this->cursor->ICursor->GetModuleList(cursor);
105 }
106
107 ReplayEngine::ReplayEngine() {
108 HINSTANCE hinstLib;

Callers 5

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected