Definition at line 512 of file common_structs.h.
#include "common_structs.h"
Data Fields | ||
| u16 | flags | |
| u16 | typeDataSize | |
| void * | renderCommandList | |
| void * | modelAnimationNodes | |
| void(* | fpInit )(struct Entity *) | |
| void * | updateEntityScript | |
| EntityCallback | fpHandleCollision | |
| union { | ||
| DmaEntry | dma | |
| DmaEntry * | dmaList | |
| }; | ||
| u8 | entityType | |
| u8 | aabbSize [3] | |
| u16 EntityBlueprint::flags |
Definition at line 513 of file common_structs.h.
Referenced by is_entity_data_loaded().
| u16 EntityBlueprint::typeDataSize |
Definition at line 514 of file common_structs.h.
| void* EntityBlueprint::renderCommandList |
Definition at line 515 of file common_structs.h.
| void* EntityBlueprint::modelAnimationNodes |
Definition at line 516 of file common_structs.h.
Definition at line 517 of file common_structs.h.
| void* EntityBlueprint::updateEntityScript |
Definition at line 518 of file common_structs.h.
| EntityCallback EntityBlueprint::fpHandleCollision |
Definition at line 519 of file common_structs.h.
| union { ... } EntityBlueprint |
| u8 EntityBlueprint::entityType |
Definition at line 524 of file common_structs.h.
| u8 EntityBlueprint::aabbSize[3] |
Definition at line 525 of file common_structs.h.