Struct paradox_typed_db::rows::CameraRow
source · pub struct CameraRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Camera
table
See also: CameraTable
Implementations§
source§impl<'a, 'b> CameraRow<'a, 'b>
impl<'a, 'b> CameraRow<'a, 'b>
sourcepub fn camera_name(&self) -> &'a Latin1Str
pub fn camera_name(&self) -> &'a Latin1Str
Get the data in column camera_name
sourcepub fn pitch_angle_tolerance(&self) -> f32
pub fn pitch_angle_tolerance(&self) -> f32
Get the data in column pitch_angle_tolerance
sourcepub fn starting_zoom(&self) -> f32
pub fn starting_zoom(&self) -> f32
Get the data in column starting_zoom
sourcepub fn zoom_return_modifier(&self) -> f32
pub fn zoom_return_modifier(&self) -> f32
Get the data in column zoom_return_modifier
sourcepub fn pitch_return_modifier(&self) -> f32
pub fn pitch_return_modifier(&self) -> f32
Get the data in column pitch_return_modifier
sourcepub fn tether_out_return_modifier(&self) -> f32
pub fn tether_out_return_modifier(&self) -> f32
Get the data in column tether_out_return_modifier
sourcepub fn tether_in_return_multiplier(&self) -> f32
pub fn tether_in_return_multiplier(&self) -> f32
Get the data in column tether_in_return_multiplier
sourcepub fn verticle_movement_dampening_modifier(&self) -> f32
pub fn verticle_movement_dampening_modifier(&self) -> f32
Get the data in column verticle_movement_dampening_modifier
sourcepub fn return_from_incline_modifier(&self) -> f32
pub fn return_from_incline_modifier(&self) -> f32
Get the data in column return_from_incline_modifier
sourcepub fn horizontal_return_modifier(&self) -> f32
pub fn horizontal_return_modifier(&self) -> f32
Get the data in column horizontal_return_modifier
sourcepub fn yaw_behavior_speed_multiplier(&self) -> f32
pub fn yaw_behavior_speed_multiplier(&self) -> f32
Get the data in column yaw_behavior_speed_multiplier
sourcepub fn camera_collision_padding(&self) -> f32
pub fn camera_collision_padding(&self) -> f32
Get the data in column camera_collision_padding
sourcepub fn glide_speed(&self) -> f32
pub fn glide_speed(&self) -> f32
Get the data in column glide_speed
sourcepub fn fade_player_min_range(&self) -> f32
pub fn fade_player_min_range(&self) -> f32
Get the data in column fade_player_min_range
sourcepub fn min_movement_delta_tolerance(&self) -> f32
pub fn min_movement_delta_tolerance(&self) -> f32
Get the data in column min_movement_delta_tolerance
sourcepub fn min_glide_distance_tolerance(&self) -> f32
pub fn min_glide_distance_tolerance(&self) -> f32
Get the data in column min_glide_distance_tolerance
sourcepub fn look_forward_offset(&self) -> f32
pub fn look_forward_offset(&self) -> f32
Get the data in column look_forward_offset
sourcepub fn look_up_offset(&self) -> f32
pub fn look_up_offset(&self) -> f32
Get the data in column look_up_offset
sourcepub fn minimum_vertical_dampening_distance(&self) -> f32
pub fn minimum_vertical_dampening_distance(&self) -> f32
Get the data in column minimum_vertical_dampening_distance
sourcepub fn maximum_vertical_dampening_distance(&self) -> f32
pub fn maximum_vertical_dampening_distance(&self) -> f32
Get the data in column maximum_vertical_dampening_distance
sourcepub fn minimum_ignore_jump_distance(&self) -> f32
pub fn minimum_ignore_jump_distance(&self) -> f32
Get the data in column minimum_ignore_jump_distance
sourcepub fn maximum_ignore_jump_distance(&self) -> f32
pub fn maximum_ignore_jump_distance(&self) -> f32
Get the data in column maximum_ignore_jump_distance
sourcepub fn maximum_auto_glide_angle(&self) -> f32
pub fn maximum_auto_glide_angle(&self) -> f32
Get the data in column maximum_auto_glide_angle
sourcepub fn minimum_tether_glide_distance(&self) -> f32
pub fn minimum_tether_glide_distance(&self) -> f32
Get the data in column minimum_tether_glide_distance
sourcepub fn yaw_sign_correction(&self) -> f32
pub fn yaw_sign_correction(&self) -> f32
Get the data in column yaw_sign_correction
sourcepub fn set_1_look_forward_offset(&self) -> Option<f32>
pub fn set_1_look_forward_offset(&self) -> Option<f32>
Get the data in column set_1_look_forward_offset
sourcepub fn set_1_look_up_offset(&self) -> Option<f32>
pub fn set_1_look_up_offset(&self) -> Option<f32>
Get the data in column set_1_look_up_offset
sourcepub fn set_2_look_forward_offset(&self) -> Option<f32>
pub fn set_2_look_forward_offset(&self) -> Option<f32>
Get the data in column set_2_look_forward_offset
sourcepub fn set_2_look_up_offset(&self) -> Option<f32>
pub fn set_2_look_up_offset(&self) -> Option<f32>
Get the data in column set_2_look_up_offset
sourcepub fn set_0_speed_influence_on_dir(&self) -> Option<f32>
pub fn set_0_speed_influence_on_dir(&self) -> Option<f32>
Get the data in column set_0_speed_influence_on_dir
sourcepub fn set_1_speed_influence_on_dir(&self) -> Option<f32>
pub fn set_1_speed_influence_on_dir(&self) -> Option<f32>
Get the data in column set_1_speed_influence_on_dir
sourcepub fn set_2_speed_influence_on_dir(&self) -> Option<f32>
pub fn set_2_speed_influence_on_dir(&self) -> Option<f32>
Get the data in column set_2_speed_influence_on_dir
sourcepub fn set_0_angular_relaxation(&self) -> Option<f32>
pub fn set_0_angular_relaxation(&self) -> Option<f32>
Get the data in column set_0_angular_relaxation
sourcepub fn set_1_angular_relaxation(&self) -> Option<f32>
pub fn set_1_angular_relaxation(&self) -> Option<f32>
Get the data in column set_1_angular_relaxation
sourcepub fn set_2_angular_relaxation(&self) -> Option<f32>
pub fn set_2_angular_relaxation(&self) -> Option<f32>
Get the data in column set_2_angular_relaxation
sourcepub fn set_0_position_up_offset(&self) -> Option<f32>
pub fn set_0_position_up_offset(&self) -> Option<f32>
Get the data in column set_0_position_up_offset
sourcepub fn set_1_position_up_offset(&self) -> Option<f32>
pub fn set_1_position_up_offset(&self) -> Option<f32>
Get the data in column set_1_position_up_offset
sourcepub fn set_2_position_up_offset(&self) -> Option<f32>
pub fn set_2_position_up_offset(&self) -> Option<f32>
Get the data in column set_2_position_up_offset
sourcepub fn set_0_position_forward_offset(&self) -> Option<f32>
pub fn set_0_position_forward_offset(&self) -> Option<f32>
Get the data in column set_0_position_forward_offset
sourcepub fn set_1_position_forward_offset(&self) -> Option<f32>
pub fn set_1_position_forward_offset(&self) -> Option<f32>
Get the data in column set_1_position_forward_offset
sourcepub fn set_2_position_forward_offset(&self) -> Option<f32>
pub fn set_2_position_forward_offset(&self) -> Option<f32>
Get the data in column set_2_position_forward_offset
sourcepub fn set_0_max_yaw_angle(&self) -> Option<f32>
pub fn set_0_max_yaw_angle(&self) -> Option<f32>
Get the data in column set_0_max_yaw_angle
sourcepub fn set_1_max_yaw_angle(&self) -> Option<f32>
pub fn set_1_max_yaw_angle(&self) -> Option<f32>
Get the data in column set_1_max_yaw_angle
sourcepub fn set_2_max_yaw_angle(&self) -> Option<f32>
pub fn set_2_max_yaw_angle(&self) -> Option<f32>
Get the data in column set_2_max_yaw_angle
sourcepub fn set_1_fade_in_camera_set_change(&self) -> Option<i32>
pub fn set_1_fade_in_camera_set_change(&self) -> Option<i32>
Get the data in column set_1_fade_in_camera_set_change
sourcepub fn set_1_fade_out_camera_set_change(&self) -> Option<i32>
pub fn set_1_fade_out_camera_set_change(&self) -> Option<i32>
Get the data in column set_1_fade_out_camera_set_change
sourcepub fn set_2_fade_in_camera_set_change(&self) -> Option<i32>
pub fn set_2_fade_in_camera_set_change(&self) -> Option<i32>
Get the data in column set_2_fade_in_camera_set_change
sourcepub fn set_2_fade_out_camera_set_change(&self) -> Option<i32>
pub fn set_2_fade_out_camera_set_change(&self) -> Option<i32>
Get the data in column set_2_fade_out_camera_set_change
sourcepub fn input_movement_scalar(&self) -> f32
pub fn input_movement_scalar(&self) -> f32
Get the data in column input_movement_scalar
sourcepub fn input_rotation_scalar(&self) -> f32
pub fn input_rotation_scalar(&self) -> f32
Get the data in column input_rotation_scalar
sourcepub fn input_zoom_scalar(&self) -> f32
pub fn input_zoom_scalar(&self) -> f32
Get the data in column input_zoom_scalar
sourcepub fn minimum_pitch_desired(&self) -> f32
pub fn minimum_pitch_desired(&self) -> f32
Get the data in column minimum_pitch_desired
sourcepub fn maximum_pitch_desired(&self) -> f32
pub fn maximum_pitch_desired(&self) -> f32
Get the data in column maximum_pitch_desired
sourcepub fn minimum_zoom(&self) -> f32
pub fn minimum_zoom(&self) -> f32
Get the data in column minimum_zoom
sourcepub fn maximum_zoom(&self) -> f32
pub fn maximum_zoom(&self) -> f32
Get the data in column maximum_zoom
sourcepub fn horizontal_rotate_tolerance(&self) -> f32
pub fn horizontal_rotate_tolerance(&self) -> f32
Get the data in column horizontal_rotate_tolerance
sourcepub fn horizontal_rotate_modifier(&self) -> f32
pub fn horizontal_rotate_modifier(&self) -> f32
Get the data in column horizontal_rotate_modifier