PolygonDLL/PolygonClientUtilities/DebugScriptContext.cpp

15 lines
581 B
C++

#include "pch.h"
#include "DebugScriptContext.h"
/* ScriptContext__execute_t ScriptContext__execute = (ScriptContext__execute_t)0x617CF0;
void* __fastcall ScriptContext__execute_hook(void* _this, void*, void* a1, int identity, const char* script, const char* name, void* arguments)
{
printf("ScriptContext::execute called\n");
printf("_this: %p\n", _this);
printf("Identity: %d\n", identity);
printf("Script: %s\n", script);
printf("Name: %s\n", name);
printf("Arguments: %p\n", arguments);
return ScriptContext__execute(_this, a1, identity, script, name, arguments);
} */