Manager struct
#include <include/manager.h>
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.