[][src]Function smash::app::lua_bind::PostureModule::pos_y

pub unsafe extern "C" fn pos_y(
    module_accessor: *mut BattleObjectModuleAccessor
) -> f32

Returns stage Y position of the object

Arguments

Example

// is above Final Destination stage level
if PostureModule::pos_y(module_accessor) > 0.0 {
    // ...
}