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