mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
too much stuff
fix s3, fix health + backpack bug on 1.11, change replciation, fix 7.20 & 12.61, fix backpack on >S9, probably some other stuff i forgot
This commit is contained in:
@@ -12,6 +12,11 @@ struct FUObjectItem
|
||||
int32 ClusterRootIndex;
|
||||
int32 SerialNumber;
|
||||
|
||||
FORCEINLINE bool IsPendingKill() const
|
||||
{
|
||||
return !!(Flags & int32(EInternalObjectFlags::PendingKill));
|
||||
}
|
||||
|
||||
FORCEINLINE void SetFlag(EInternalObjectFlags FlagToSet)
|
||||
{
|
||||
// static_assert(sizeof(int32) == sizeof(Flags), "Flags must be 32-bit for atomics.");
|
||||
|
||||
Reference in New Issue
Block a user