![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Data Structures | |
struct | TTCPitBlockProperties |
The speed of movement, and the time to wait before moving. More... | |
Functions | |
void | bhv_ttc_pit_block_init (void) |
Init function for bhvTTCPitBlock. More... | |
void | bhv_ttc_pit_block_update (void) |
Update function for bhvTTCPitBlock. More... | |
Variables | |
static void * | sTTCPitBlockCollisionModels [] |
Behavior for bhvTTCPitBlock. More... | |
static struct TTCPitBlockProperties | sTTCPitBlockProperties [][2] |
Properties for the pit block on each speed setting when moving up and down, respectively. More... | |
Update function for bhvTTCPitBlock.
Move up and down, pausing before changing direction.
|
static |
Behavior for bhvTTCPitBlock.
This is the block that moves up and down near the Pit and the Pendulum star. Collision models. The second one is unused.
|
static |
Properties for the pit block on each speed setting when moving up and down, respectively.