Go to the source code of this file.
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_shattering_setupGfx | ( | s32 | entityIndex | ) |
Definition at line 154 of file ShatteringBlock_common.c.
Referenced by entity_shattering_init_pieces().
| void entity_BrickBlock_idle | ( | Entity * | entity | ) |
Definition at line 6 of file ShatteringBlock_common.c.
| void entity_shattering_init_pieces | ( | Entity * | entity, |
| Gfx ** | dlists, | ||
| Mtx * | matrices ) |
Definition at line 10 of file ShatteringBlock_common.c.
Referenced by entity_shattering_block_init().
| void entity_shattering_idle | ( | Entity * | entity | ) |
Definition at line 63 of file ShatteringBlock_common.c.
| EntityScript Entity_ShatteringBlock_Script |
Definition at line 200 of file ShatteringBlock_common.c.