#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] | |
| union { ... } EntityBlueprint |
| u8 EntityBlueprint::aabbSize[3] |
| u8 EntityBlueprint::entityType |
| u16 EntityBlueprint::flags |
Referenced by is_entity_data_loaded().
| EntityCallback EntityBlueprint::fpHandleCollision |
| void* EntityBlueprint::modelAnimationNodes |
| void* EntityBlueprint::renderCommandList |
| u16 EntityBlueprint::typeDataSize |
| void* EntityBlueprint::updateEntityScript |