Struct paradox_typed_db::rows::VehiclePhysicsRow
source · pub struct VehiclePhysicsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> VehiclePhysicsRow<'a, 'b>
impl<'a, 'b> VehiclePhysicsRow<'a, 'b>
sourcepub fn hkx_filename(&self) -> Option<&'a Latin1Str>
pub fn hkx_filename(&self) -> Option<&'a Latin1Str>
Get the data in column hkxFilename
sourcepub fn f_gravity_scale(&self) -> f32
pub fn f_gravity_scale(&self) -> f32
Get the data in column fGravityScale
sourcepub fn f_chassis_friction(&self) -> f32
pub fn f_chassis_friction(&self) -> f32
Get the data in column fChassisFriction
sourcepub fn f_max_speed(&self) -> f32
pub fn f_max_speed(&self) -> f32
Get the data in column fMaxSpeed
sourcepub fn f_engine_torque(&self) -> f32
pub fn f_engine_torque(&self) -> f32
Get the data in column fEngineTorque
sourcepub fn f_brake_front_torque(&self) -> f32
pub fn f_brake_front_torque(&self) -> f32
Get the data in column fBrakeFrontTorque
sourcepub fn f_brake_rear_torque(&self) -> f32
pub fn f_brake_rear_torque(&self) -> f32
Get the data in column fBrakeRearTorque
sourcepub fn f_brake_min_input_to_block(&self) -> f32
pub fn f_brake_min_input_to_block(&self) -> f32
Get the data in column fBrakeMinInputToBlock
sourcepub fn f_brake_min_time_to_block(&self) -> f32
pub fn f_brake_min_time_to_block(&self) -> f32
Get the data in column fBrakeMinTimeToBlock
sourcepub fn f_steering_max_angle(&self) -> f32
pub fn f_steering_max_angle(&self) -> f32
Get the data in column fSteeringMaxAngle
sourcepub fn f_steering_speed_limit_for_max_angle(&self) -> f32
pub fn f_steering_speed_limit_for_max_angle(&self) -> f32
Get the data in column fSteeringSpeedLimitForMaxAngle
sourcepub fn f_steering_min_angle(&self) -> f32
pub fn f_steering_min_angle(&self) -> f32
Get the data in column fSteeringMinAngle
sourcepub fn f_fwd_bias(&self) -> f32
pub fn f_fwd_bias(&self) -> f32
Get the data in column fFwdBias
sourcepub fn f_front_tire_friction(&self) -> f32
pub fn f_front_tire_friction(&self) -> f32
Get the data in column fFrontTireFriction
sourcepub fn f_rear_tire_friction(&self) -> f32
pub fn f_rear_tire_friction(&self) -> f32
Get the data in column fRearTireFriction
sourcepub fn f_front_tire_friction_slide(&self) -> f32
pub fn f_front_tire_friction_slide(&self) -> f32
Get the data in column fFrontTireFrictionSlide
sourcepub fn f_rear_tire_friction_slide(&self) -> f32
pub fn f_rear_tire_friction_slide(&self) -> f32
Get the data in column fRearTireFrictionSlide
sourcepub fn f_front_tire_slip_angle(&self) -> f32
pub fn f_front_tire_slip_angle(&self) -> f32
Get the data in column fFrontTireSlipAngle
sourcepub fn f_rear_tire_slip_angle(&self) -> f32
pub fn f_rear_tire_slip_angle(&self) -> f32
Get the data in column fRearTireSlipAngle
sourcepub fn f_wheel_width(&self) -> f32
pub fn f_wheel_width(&self) -> f32
Get the data in column fWheelWidth
sourcepub fn f_wheel_radius(&self) -> f32
pub fn f_wheel_radius(&self) -> f32
Get the data in column fWheelRadius
sourcepub fn f_wheel_mass(&self) -> f32
pub fn f_wheel_mass(&self) -> f32
Get the data in column fWheelMass
sourcepub fn f_reorient_pitch_strength(&self) -> f32
pub fn f_reorient_pitch_strength(&self) -> f32
Get the data in column fReorientPitchStrength
sourcepub fn f_reorient_roll_strength(&self) -> f32
pub fn f_reorient_roll_strength(&self) -> f32
Get the data in column fReorientRollStrength
sourcepub fn f_suspension_length(&self) -> f32
pub fn f_suspension_length(&self) -> f32
Get the data in column fSuspensionLength
sourcepub fn f_suspension_strength(&self) -> f32
pub fn f_suspension_strength(&self) -> f32
Get the data in column fSuspensionStrength
sourcepub fn f_suspension_damping_compression(&self) -> f32
pub fn f_suspension_damping_compression(&self) -> f32
Get the data in column fSuspensionDampingCompression
sourcepub fn f_suspension_damping_relaxation(&self) -> f32
pub fn f_suspension_damping_relaxation(&self) -> f32
Get the data in column fSuspensionDampingRelaxation
sourcepub fn i_chassis_collision_group(&self) -> i32
pub fn i_chassis_collision_group(&self) -> i32
Get the data in column iChassisCollisionGroup
sourcepub fn f_normal_spin_damping(&self) -> f32
pub fn f_normal_spin_damping(&self) -> f32
Get the data in column fNormalSpinDamping
sourcepub fn f_collision_spin_damping(&self) -> f32
pub fn f_collision_spin_damping(&self) -> f32
Get the data in column fCollisionSpinDamping
sourcepub fn f_collision_threshold(&self) -> f32
pub fn f_collision_threshold(&self) -> f32
Get the data in column fCollisionThreshold
sourcepub fn f_torque_roll_factor(&self) -> f32
pub fn f_torque_roll_factor(&self) -> f32
Get the data in column fTorqueRollFactor
sourcepub fn f_torque_pitch_factor(&self) -> f32
pub fn f_torque_pitch_factor(&self) -> f32
Get the data in column fTorquePitchFactor
sourcepub fn f_torque_yaw_factor(&self) -> f32
pub fn f_torque_yaw_factor(&self) -> f32
Get the data in column fTorqueYawFactor
sourcepub fn f_inertia_roll(&self) -> f32
pub fn f_inertia_roll(&self) -> f32
Get the data in column fInertiaRoll
sourcepub fn f_inertia_pitch(&self) -> f32
pub fn f_inertia_pitch(&self) -> f32
Get the data in column fInertiaPitch
sourcepub fn f_inertia_yaw(&self) -> f32
pub fn f_inertia_yaw(&self) -> f32
Get the data in column fInertiaYaw
sourcepub fn f_extra_torque_factor(&self) -> f32
pub fn f_extra_torque_factor(&self) -> f32
Get the data in column fExtraTorqueFactor
sourcepub fn f_center_of_mass_fwd(&self) -> f32
pub fn f_center_of_mass_fwd(&self) -> f32
Get the data in column fCenterOfMassFwd
sourcepub fn f_center_of_mass_up(&self) -> f32
pub fn f_center_of_mass_up(&self) -> f32
Get the data in column fCenterOfMassUp
sourcepub fn f_center_of_mass_right(&self) -> f32
pub fn f_center_of_mass_right(&self) -> f32
Get the data in column fCenterOfMassRight
sourcepub fn f_wheel_hardpoint_front_fwd(&self) -> f32
pub fn f_wheel_hardpoint_front_fwd(&self) -> f32
Get the data in column fWheelHardpointFrontFwd
sourcepub fn f_wheel_hardpoint_front_up(&self) -> f32
pub fn f_wheel_hardpoint_front_up(&self) -> f32
Get the data in column fWheelHardpointFrontUp
sourcepub fn f_wheel_hardpoint_front_right(&self) -> f32
pub fn f_wheel_hardpoint_front_right(&self) -> f32
Get the data in column fWheelHardpointFrontRight
sourcepub fn f_wheel_hardpoint_rear_fwd(&self) -> f32
pub fn f_wheel_hardpoint_rear_fwd(&self) -> f32
Get the data in column fWheelHardpointRearFwd
sourcepub fn f_wheel_hardpoint_rear_up(&self) -> f32
pub fn f_wheel_hardpoint_rear_up(&self) -> f32
Get the data in column fWheelHardpointRearUp
sourcepub fn f_wheel_hardpoint_rear_right(&self) -> f32
pub fn f_wheel_hardpoint_rear_right(&self) -> f32
Get the data in column fWheelHardpointRearRight
sourcepub fn f_input_turn_speed(&self) -> f32
pub fn f_input_turn_speed(&self) -> f32
Get the data in column fInputTurnSpeed
sourcepub fn f_input_dead_turn_back_speed(&self) -> f32
pub fn f_input_dead_turn_back_speed(&self) -> f32
Get the data in column fInputDeadTurnBackSpeed
sourcepub fn f_input_accel_speed(&self) -> f32
pub fn f_input_accel_speed(&self) -> f32
Get the data in column fInputAccelSpeed
sourcepub fn f_input_dead_accel_down_speed(&self) -> f32
pub fn f_input_dead_accel_down_speed(&self) -> f32
Get the data in column fInputDeadAccelDownSpeed
sourcepub fn f_input_decel_speed(&self) -> f32
pub fn f_input_decel_speed(&self) -> f32
Get the data in column fInputDecelSpeed
sourcepub fn f_input_dead_decel_down_speed(&self) -> f32
pub fn f_input_dead_decel_down_speed(&self) -> f32
Get the data in column fInputDeadDecelDownSpeed
sourcepub fn f_input_slope_change_point_x(&self) -> f32
pub fn f_input_slope_change_point_x(&self) -> f32
Get the data in column fInputSlopeChangePointX
sourcepub fn f_input_initial_slope(&self) -> f32
pub fn f_input_initial_slope(&self) -> f32
Get the data in column fInputInitialSlope
sourcepub fn f_input_dead_zone(&self) -> f32
pub fn f_input_dead_zone(&self) -> f32
Get the data in column fInputDeadZone
sourcepub fn f_aero_air_density(&self) -> f32
pub fn f_aero_air_density(&self) -> f32
Get the data in column fAeroAirDensity
sourcepub fn f_aero_frontal_area(&self) -> f32
pub fn f_aero_frontal_area(&self) -> f32
Get the data in column fAeroFrontalArea
sourcepub fn f_aero_drag_coefficient(&self) -> f32
pub fn f_aero_drag_coefficient(&self) -> f32
Get the data in column fAeroDragCoefficient
sourcepub fn f_aero_lift_coefficient(&self) -> f32
pub fn f_aero_lift_coefficient(&self) -> f32
Get the data in column fAeroLiftCoefficient
sourcepub fn f_aero_extra_gravity(&self) -> f32
pub fn f_aero_extra_gravity(&self) -> f32
Get the data in column fAeroExtraGravity
sourcepub fn f_boost_top_speed(&self) -> f32
pub fn f_boost_top_speed(&self) -> f32
Get the data in column fBoostTopSpeed
sourcepub fn f_boost_cost_per_second(&self) -> f32
pub fn f_boost_cost_per_second(&self) -> f32
Get the data in column fBoostCostPerSecond
sourcepub fn f_boost_accelerate_change(&self) -> f32
pub fn f_boost_accelerate_change(&self) -> f32
Get the data in column fBoostAccelerateChange
sourcepub fn f_boost_damping_change(&self) -> f32
pub fn f_boost_damping_change(&self) -> f32
Get the data in column fBoostDampingChange
sourcepub fn f_powerslide_neutral_angle(&self) -> f32
pub fn f_powerslide_neutral_angle(&self) -> f32
Get the data in column fPowerslideNeutralAngle
sourcepub fn f_powerslide_torque_strength(&self) -> f32
pub fn f_powerslide_torque_strength(&self) -> f32
Get the data in column fPowerslideTorqueStrength
sourcepub fn i_powerslide_num_torque_applications(&self) -> i32
pub fn i_powerslide_num_torque_applications(&self) -> i32
Get the data in column iPowerslideNumTorqueApplications
sourcepub fn f_imagination_tank_size(&self) -> f32
pub fn f_imagination_tank_size(&self) -> f32
Get the data in column fImaginationTankSize
sourcepub fn f_skill_cost(&self) -> f32
pub fn f_skill_cost(&self) -> f32
Get the data in column fSkillCost
sourcepub fn f_wreck_speed_base(&self) -> Option<f32>
pub fn f_wreck_speed_base(&self) -> Option<f32>
Get the data in column fWreckSpeedBase
sourcepub fn f_wreck_speed_percent(&self) -> Option<f32>
pub fn f_wreck_speed_percent(&self) -> Option<f32>
Get the data in column fWreckSpeedPercent
sourcepub fn f_wreck_min_angle(&self) -> Option<f32>
pub fn f_wreck_min_angle(&self) -> Option<f32>
Get the data in column fWreckMinAngle
sourcepub fn audio_event_engine(&self) -> Option<&'a Latin1Str>
pub fn audio_event_engine(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventEngine
sourcepub fn audio_event_skid(&self) -> Option<&'a Latin1Str>
pub fn audio_event_skid(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventSkid
sourcepub fn audio_event_light_hit(&self) -> Option<&'a Latin1Str>
pub fn audio_event_light_hit(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventLightHit
sourcepub fn audio_speed_threshold_light_hit(&self) -> f32
pub fn audio_speed_threshold_light_hit(&self) -> f32
Get the data in column AudioSpeedThresholdLightHit
sourcepub fn audio_timeout_light_hit(&self) -> f32
pub fn audio_timeout_light_hit(&self) -> f32
Get the data in column AudioTimeoutLightHit
sourcepub fn audio_event_heavy_hit(&self) -> Option<&'a Latin1Str>
pub fn audio_event_heavy_hit(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventHeavyHit
sourcepub fn audio_speed_threshold_heavy_hit(&self) -> f32
pub fn audio_speed_threshold_heavy_hit(&self) -> f32
Get the data in column AudioSpeedThresholdHeavyHit
sourcepub fn audio_timeout_heavy_hit(&self) -> f32
pub fn audio_timeout_heavy_hit(&self) -> f32
Get the data in column AudioTimeoutHeavyHit
sourcepub fn audio_event_start(&self) -> Option<&'a Latin1Str>
pub fn audio_event_start(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventStart
sourcepub fn audio_event_tread_concrete(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_concrete(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadConcrete
sourcepub fn audio_event_tread_sand(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_sand(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadSand
sourcepub fn audio_event_tread_wood(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_wood(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadWood
sourcepub fn audio_event_tread_dirt(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_dirt(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadDirt
sourcepub fn audio_event_tread_plastic(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_plastic(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadPlastic
sourcepub fn audio_event_tread_grass(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_grass(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadGrass
sourcepub fn audio_event_tread_gravel(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_gravel(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadGravel
sourcepub fn audio_event_tread_mud(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_mud(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadMud
sourcepub fn audio_event_tread_water(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_water(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadWater
sourcepub fn audio_event_tread_snow(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_snow(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadSnow
sourcepub fn audio_event_tread_ice(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_ice(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadIce
sourcepub fn audio_event_tread_metal(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_metal(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadMetal
sourcepub fn audio_event_tread_leaves(&self) -> Option<&'a Latin1Str>
pub fn audio_event_tread_leaves(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventTreadLeaves
sourcepub fn audio_event_light_land(&self) -> Option<&'a Latin1Str>
pub fn audio_event_light_land(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventLightLand
sourcepub fn audio_airtime_for_light_land(&self) -> f32
pub fn audio_airtime_for_light_land(&self) -> f32
Get the data in column AudioAirtimeForLightLand
sourcepub fn audio_event_heavy_land(&self) -> Option<&'a Latin1Str>
pub fn audio_event_heavy_land(&self) -> Option<&'a Latin1Str>
Get the data in column AudioEventHeavyLand
sourcepub fn audio_airtime_for_heavy_land(&self) -> f32
pub fn audio_airtime_for_heavy_land(&self) -> f32
Get the data in column AudioAirtimeForHeavyLand
sourcepub fn b_wheels_visible(&self) -> Option<bool>
pub fn b_wheels_visible(&self) -> Option<bool>
Get the data in column bWheelsVisible
Trait Implementations§
source§impl<'a, 'b> Clone for VehiclePhysicsRow<'a, 'b>
impl<'a, 'b> Clone for VehiclePhysicsRow<'a, 'b>
source§fn clone(&self) -> VehiclePhysicsRow<'a, 'b>
fn clone(&self) -> VehiclePhysicsRow<'a, 'b>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more