summaryrefslogtreecommitdiff
path: root/include/Actor/Actor.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-25 11:41:42 +0200
committerAetias <aetias@outlook.com>2024-05-25 11:41:42 +0200
commit165d7201fc7b5006dfee2fe9f0e7a159db36536e (patch)
tree3ce1525d557beee6c69f0b757f9064e25d2b6bcf /include/Actor/Actor.hpp
parent8e415b1cd8e4a6ad4ed615bbb403e984d3e0179a (diff)
Decomp `Actor`
Diffstat (limited to 'include/Actor/Actor.hpp')
-rw-r--r--include/Actor/Actor.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp
index d6c3b60f..f27ed6f8 100644
--- a/include/Actor/Actor.hpp
+++ b/include/Actor/Actor.hpp
@@ -119,7 +119,7 @@ public:
/* 116 */ unk8 mUnk_116;
/* 117 */ unk8 mUnk_117;
/* 118 */ bool mAlive;
- /* 119 */ unk8 mUnk_119;
+ /* 119 */ u8 mUnk_119;
/* 11a */ bool mVisible;
/* 11b */ bool mUnk_11b;
/* 11c */ unk8 mUnk_11c;
@@ -192,6 +192,9 @@ public:
/* b4 */
Actor();
+
+ bool func_01fffd04(s32 param1, Vec3p *param2, s32 param3);
+
unk8 func_ov00_020c1788();
void SetUnk_129(bool value);
void SetUnk_11c(unk8 value);