[][src]Function smash::app::lua_bind::GroundModule::set_rhombus_offset

pub unsafe extern "C" fn set_rhombus_offset(
    arg1: *mut BattleObjectModuleAccessor,
    arg2: *const Vector2f
)

Sets the offset for the current battle object's ECB (Environmental collision box)

Arguments

  • module_accessor - Pointer to BattleObjectModuleAccessor

  • offset_vector - Pointer to a Vector2f which specifies the x and y values to set the new ECB offset to.