![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Data Structures | |
struct | FerrisWheelProperties |
Behaviors for bhvFerrisWheelAxle and bhvFerrisWheelPlatform. More... | |
Functions | |
void | bhv_ferris_wheel_axle_init (void) |
Init function for bhvFerrisWheelAxle. More... | |
void | bhv_ferris_wheel_platform_update (void) |
Update function for bhvFerrisWheelPlatform. More... | |
Variables | |
static struct FerrisWheelProperties | sFerrisWheelProperties [] |
Properties for the ferris wheels in BitS and BitDW, respectively. More... | |
Init function for bhvFerrisWheelAxle.
It doesn't have an update function, but it increments its roll in its behavior script.
Update function for bhvFerrisWheelPlatform.
Position self relative to parent using the parent's roll.
|
static |
Properties for the ferris wheels in BitS and BitDW, respectively.