mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
fix s11 idk
This commit is contained in:
@@ -111,6 +111,9 @@ inline __int64 GetIndexFromVirtualFunctionCall(__int64 NativeAddr)
|
||||
|
||||
inline __int64 GetFunctionIdxOrPtr(UFunction* Function)
|
||||
{
|
||||
if (!Function)
|
||||
return 0;
|
||||
|
||||
auto NativeAddr = __int64(Function->GetFunc());
|
||||
|
||||
auto FuncName = Function->GetName();
|
||||
|
||||
Reference in New Issue
Block a user