diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-26 17:51:03 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-26 17:56:02 +0100 |
| commit | 7e9d9927e193b5ed4cd3e8cebc60ef388f982272 (patch) | |
| tree | bfee5e97c8f07ee43b9de8b3602fd82b070237a1 /src/KingSystem/Physics/System/physSystem.h | |
| parent | b3c9e97e005eab614ee27e385d43d180a8351157 (diff) | |
ksys/phys: Implement several easy RigidBodyRequestMgr functions
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index 4e01e60b..9d363650 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -112,6 +112,9 @@ public: // 0x0000007101216c74 bool getEntityContactListenerField90() const; + // 0x0000007101216ca4 + bool isActorSystemIdle() const; + // 0x0000007101216800 void setEntityContactListenerField91(bool value); // 0x0000007101216814 |
