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

Method GetThreadInfo

TTD/TTD.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 struct TTD_Replay_ThreadInfo* Cursor::GetThreadInfo() {
39 return this->GetThreadInfo(0);
40 }
41 struct TTD_Replay_ThreadInfo* Cursor::GetThreadInfo(unsigned int ThreadId) {
42 return this->cursor->ICursor->GetThreadInfo(cursor, ThreadId);
43 }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected