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

Method GetModuleCount

TTD/TTD.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 unsigned __int64 Cursor::GetModuleCount()
99 {
100 return this->cursor->ICursor->GetModuleCount(cursor);
101 }
102 struct TTD_Replay_ModuleInstance* Cursor::GetModuleList()
103 {
104 return this->cursor->ICursor->GetModuleList(cursor);

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