SSBM Decomp
Loading...
Searching...
No Matches
ftNess_MotionVars::ftNess_YoyoVars Struct Reference

#include <types.h>

Data Fields

s32 yoyoCurrentFrame
 0x2340 - Current frame of Up/Down Smash animation as an integer
 
s32 yoyoRehitTimer
 0x2344 - Frames until Up/Down Smash hitbox automatically refreshes; part of why the Yo-Yo Glitch occurs
 
bool isChargeDisable
 0x2348 - bool to indicate whether Ness can charge the Yo-Yo
 
bool isPosUpdateMod
 0x234C - bool to indicate whether Yo-Yo hitbox position should update based on raw Vec3 input (false) or modified calculations (true)
 

Field Documentation

◆ yoyoCurrentFrame

s32 ftNess_MotionVars::ftNess_YoyoVars::yoyoCurrentFrame

0x2340 - Current frame of Up/Down Smash animation as an integer

◆ yoyoRehitTimer

s32 ftNess_MotionVars::ftNess_YoyoVars::yoyoRehitTimer

0x2344 - Frames until Up/Down Smash hitbox automatically refreshes; part of why the Yo-Yo Glitch occurs

◆ isChargeDisable

bool ftNess_MotionVars::ftNess_YoyoVars::isChargeDisable

0x2348 - bool to indicate whether Ness can charge the Yo-Yo

◆ isPosUpdateMod

bool ftNess_MotionVars::ftNess_YoyoVars::isPosUpdateMod

0x234C - bool to indicate whether Yo-Yo hitbox position should update based on raw Vec3 input (false) or modified calculations (true)


The documentation for this struct was generated from the following file: