From 36440e186924d7c8b98c077c2d8ac7dc738b9e83 Mon Sep 17 00:00:00 2001 From: Henny022p Date: Sun, 8 Feb 2026 17:33:27 +0000 Subject: deploy: 5ab63f00e522ff69c5bc987e379f0163943f2833 --- structManager.html | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 structManager.html (limited to 'structManager.html') diff --git a/structManager.html b/structManager.html new file mode 100644 index 00000000..d7394633 --- /dev/null +++ b/structManager.html @@ -0,0 +1,211 @@ + + + + + Manager struct | The Minish Cap Docs + + + + + + + + +
+
+
+
+
+

+ Manager struct + +

+

+ +
+

Public variables

+
+
+ struct Manager* prev +
+
previous Manager
+
+ struct Manager* next +
+
next Manager
+
+ u8 kind +
+
+
+ u8 id +
+
Manager id.
+
+ u8 type +
+
For use internally to allow different variations.
+
+ u8 type2 +
+
For use internally.
+
+ u8 action +
+
Current action.
+
+ u8 subAction +
+
Optional sub-action.
+
+ u8 timer +
+
General purpose timer.
+
+ u8 subtimer +
+
General purpose timer.
+
+ u8 flags +
+
+
+ u8 unused +
+
Not used by any manager.
+
+ Entity* parent +
+
Parent Entity.
+
+ Entity* child +
+
Child Entity.
+
+ u8 unused2 +
+
Not used by any manager.
+
+
+
+

Variable documentation

+
+

+ u8 Manager::kind +

+ +
+
+

+ u8 Manager::id +

+

Manager id.

+ +
+
+

+ u8 Manager::action +

+

Current action.

+

Usually used to index a function table.

+
+
+

+ u8 Manager::flags +

+ +
+
+
+
+
+
+ + + + + + -- cgit v1.2.3