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

Function LoadWorld_Hook

src/Engine/Engine.cpp:1154–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152// ===========================
1153
1154static int __fastcall LoadWorld_Hook(BYTE* thisPtr, int, int a2, int a3)
1155{
1156 g_State.isLoadingWorld = true;
1157 int result = LoadWorld(thisPtr, a2, a3);
1158 g_State.isLoadingWorld = false;
1159 return result;
1160}
1161
1162static int __stdcall CreateTextureWrapper_Hook(DWORD* a1, int a2, int a3)
1163{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected