mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Dont mess with the dead
This commit is contained in:
@@ -41,7 +41,7 @@ class UStruct : public UField
|
||||
public:
|
||||
int GetPropertiesSize();
|
||||
|
||||
UStruct* GetSuperStruct() { return *(UStruct**)(__int64(this) + Offsets::SuperStruct); } // idk if this is in UStruct
|
||||
UStruct* GetSuperStruct() const { return *(UStruct**)(__int64(this) + Offsets::SuperStruct); } // idk if this is in UStruct
|
||||
|
||||
TArray<uint8_t> GetScript() { return *(TArray<uint8_t>*)(__int64(this) + Offsets::Script); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user