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

Method GetProgramCounter

TTD/TTD.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 GuestAddress Cursor::GetProgramCounter() {
27 return this->GetProgramCounter(0);
28 }
29 GuestAddress Cursor::GetProgramCounter(unsigned int ThreadId) {
30 return this->cursor->ICursor->GetProgramCounter(cursor, ThreadId);
31 }

Callers 4

mainFunction · 0.80
callCallbackFunction · 0.80
memCallbackFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected