![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Functions | |
| void | bhv_ttc_cog_init (void) |
| Init function for bhvTTCCog. More... | |
| void | bhv_ttc_cog_update (void) |
| Update function for bhvTTCCog. More... | |
Variables | |
| static void * | sTTCCogCollisionModels [] |
| Behavior for bhvTTCCog. More... | |
| static s8 | sTTCCogDirections [] = { 1, -1 } |
| The direction that the cog moves on non-random settings. More... | |
| static s16 | sTTCCogNormalSpeeds [] = { 200, 400 } |
| The speed that the cog moves on the slow and fast settings, respectively. More... | |
|
static |
Behavior for bhvTTCCog.
This includes both the hexagonal cogs and the triangular prisms that rotate around the y axis. Collision model for hexagon and triangle, respectively.
|
static |
The direction that the cog moves on non-random settings.
|
static |
The speed that the cog moves on the slow and fast settings, respectively.
1.8.13