Functions | |
void | entity_shattering_setupGfx (s32 entityIndex) |
void | entity_BrickBlock_idle (Entity *entity) |
void | entity_shattering_init_pieces (Entity *entity, Gfx **dlists, Mtx *matrices) |
void | entity_shattering_idle (Entity *entity) |
Variables | |
EntityScript | Entity_ShatteringBlock_Script |
void entity_BrickBlock_idle | ( | Entity * | entity | ) |
void entity_shattering_idle | ( | Entity * | entity | ) |
void entity_shattering_init_pieces | ( | Entity * | entity, |
Gfx ** | dlists, | ||
Mtx * | matrices ) |
Referenced by entity_shattering_block_init().
void entity_shattering_setupGfx | ( | s32 | entityIndex | ) |
Referenced by entity_shattering_init_pieces().
EntityScript Entity_ShatteringBlock_Script |