|
SSBM Decomp
|
#include <itCommonItems.h>
Data Fields | |
| s32 | opened |
| True if box has been opened/broken. | |
| s32 | despawn_timer |
| Countdown timer after opening (starts at 40) | |
| HSD_GObj * | spawned_gobj |
| Related GObj that needs cleanup on destroy. | |
| f32 | rot_vel_x |
| Rotation velocity around X axis (wobble) | |
| f32 | rot_vel_y |
| Rotation velocity around Y axis (wobble) | |
| s32 itBox_ItemVars::opened |
True if box has been opened/broken.
| s32 itBox_ItemVars::despawn_timer |
Countdown timer after opening (starts at 40)
| HSD_GObj* itBox_ItemVars::spawned_gobj |
Related GObj that needs cleanup on destroy.
| f32 itBox_ItemVars::rot_vel_x |
Rotation velocity around X axis (wobble)
| f32 itBox_ItemVars::rot_vel_y |
Rotation velocity around Y axis (wobble)