Module ControlModule
smash::app::lua_bind
Returns whether or not the current module_accessor is NOT holding the specified CONTROL_PAD_BUTTON on the same frame this function was run
Returns whether or not the current module_accessor is holding the specified CONTROL_PAD_BUTTON on the same frame this function was run
Returns whether or not the current module_accessor has pressed the specified CONTROL_PAD_BUTTON on the same frame this function was run
returns the current "command flag" based on the player's current controller inputs. Command flags come in 4 different categories.
Returns the current x-axis position of the main control stick in a -1 to 1 range. (I.E. -1 = all the way left, 1 = all the way right, 0 = neutral)
Returns the current y-axis position of the main control stick in a -1 to 1 range. (I.E. -1 = all the way down, 1 = all the way up, 0 = neutral)