mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
124 files changed.
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
bool AActor::HasAuthority()
|
||||
{
|
||||
static auto RoleOffset = GetOffset("Role");
|
||||
return Get<uint8_t>(RoleOffset) == 3;
|
||||
}
|
||||
|
||||
bool AActor::IsTearOff()
|
||||
{
|
||||
static auto bTearOffOffset = GetOffset("bTearOff");
|
||||
|
||||
Reference in New Issue
Block a user