MCPcopy Create free account
hub / github.com/Wemino/EchoPatch / DBGetString_Hook

Function DBGetString_Hook

src/Client/Client.cpp:1073–1076  ·  view source on GitHub ↗

Executed right after 'DBGetRecord'

Source from the content-addressed store, hash-verified

1071
1072// Executed right after 'DBGetRecord'
1073static const char* __stdcall DBGetString_Hook(int a1, unsigned int a2, int a3)
1074{
1075 return DBGetString(a1, a2, a3);
1076}
1077
1078static void __fastcall SliderSetSliderPos_Hook(int thisPtr, int, int nPos)
1079{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected