Update GNames offset

This commit is contained in:
2025-09-10 22:10:24 +02:00
parent 214f4e53a4
commit 27bfc6a28c

View File

@@ -33,12 +33,12 @@ using namespace UC;
*/
namespace Offsets
{
constexpr int32 GObjects = 0x0ADB22F0;
constexpr int32 AppendString = 0x01294990;
constexpr int32 GNames = 0x0ACCEB40;
constexpr int32 GWorld = 0x0AF2ECF8;
constexpr int32 ProcessEvent = 0x014C3B20;
constexpr int32 ProcessEventIdx = 0x0000004F;
inline int32 GObjects = 0x0ADB22F0;
inline int32 AppendString = 0x01294760;
inline int32 GNames = 0x0ACCFBC0;
inline int32 GWorld = 0x0AF2ECF8;
inline int32 ProcessEvent = 0x014C3B20;
inline int32 ProcessEventIdx = 0x0000004F;
}
namespace InSDKUtils