[][src]Function smash::app::lua_bind::KineticModule::change_kinetic

pub unsafe extern "C" fn change_kinetic(
    arg1: *mut BattleObjectModuleAccessor,
    arg2: c_int
) -> i32

Changes the current KINETIC_TYPE to the specified value

Arguments

Example

KineticModule::change_kinetic(module_accessor, *FIGHTER_KINETIC_TYPE_FLY);