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 create_entity(), create_entity_shadow(), entity_free_static_data(), is_entity_data_loaded(), load_split_entity_data(), and reload_world_entity_data().
| u16 EntityBlueprint::typeDataSize |
Definition at line 514 of file common_structs.h.
Referenced by create_entity().
| void* EntityBlueprint::renderCommandList |
Definition at line 515 of file common_structs.h.
Referenced by create_entity(), and load_split_entity_data().
| void* EntityBlueprint::modelAnimationNodes |
Definition at line 516 of file common_structs.h.
Referenced by entity_swizzle_anim_pointers(), and load_split_entity_data().
| void(* EntityBlueprint::fpInit) (struct Entity *) |
Definition at line 517 of file common_structs.h.
Referenced by create_entity().
| void* EntityBlueprint::updateEntityScript |
Definition at line 518 of file common_structs.h.
Referenced by create_entity().
| EntityCallback EntityBlueprint::fpHandleCollision |
Definition at line 519 of file common_structs.h.
Referenced by update_entities().
| union { ... } EntityBlueprint |
| u8 EntityBlueprint::entityType |
Definition at line 524 of file common_structs.h.
Referenced by create_entity(), get_entity_type(), load_split_entity_data(), and reload_world_entity_data().
| u8 EntityBlueprint::aabbSize[3] |
Definition at line 525 of file common_structs.h.
Referenced by create_entity().