Skip to main content

FighterData_attr

Struct FighterData_attr 

Source
#[repr(C)]
pub struct FighterData_attr {
Show 97 fields pub walk_initial_velocity: f32, pub walk_acceleration: f32, pub walk_maximum_velocity: f32, pub slow_walk_max: f32, pub mid_walk_point: f32, pub fast_walk_min: f32, pub ground_friction: f32, pub dash_initial_velocity: f32, pub dashrun_acceleration_a: f32, pub dashrun_acceleration_b: f32, pub dashrun_terminal_velocity: f32, pub run_animation_scaling: f32, pub max_runbrake_frames: f32, pub grounded_max_horizontal_velocity: f32, pub jump_startup_time: f32, pub jump_h_initial_velocity: f32, pub jump_v_initial_velocity: f32, pub ground_to_air_jump_momentum_multiplier: f32, pub jump_h_max_velocity: f32, pub hop_v_initial_velocity: f32, pub air_jump_v_multiplier: f32, pub air_jump_h_multiplier: f32, pub max_jumps: c_int, pub gravity: f32, pub terminal_velocity: f32, pub aerialDriftStickMult: f32, pub aerialDriftBase: f32, pub aerialDriftMax: f32, pub aerialFriction: f32, pub fastfall_velocity: f32, pub horizontal_air_mobility_constant: f32, pub jab_2_input_window: c_int, pub jab_3_input_window: c_int, pub frames_to_change_direction_on_standing_turn: c_int, pub weight: f32, pub model_scaling: f32, pub initial_shield_size: f32, pub shield_break_initial_velocity: f32, pub rapid_jab_window: c_int, pub unknown1AC: c_int, pub unknown1B0: c_int, pub unknown1B4: c_int, pub ledge_jump_horizontal_velocity: f32, pub ledge_jump_vertical_velocity: f32, pub item_throw_velocity_multiplier: f32, pub unknown1C4: c_int, pub unknown1C8: c_int, pub unknown1CC: c_int, pub unknown1D0: c_int, pub unknown1D4: c_int, pub unknown1D8: c_int, pub unknown1DC: c_int, pub unknown1E0: c_int, pub unknown1E4: c_int, pub unknown1E8: c_int, pub unknown1EC: c_int, pub kirby_b_star_damage: f32, pub normal_landing_lag: f32, pub n_air_landing_lag: f32, pub f_air_landing_lag: f32, pub b_air_landing_lag: f32, pub u_air_landing_lag: f32, pub d_air_landing_lag: f32, pub nametag_height: f32, pub unknown210: c_int, pub wall_jump_horizontal_velocity: f32, pub wall_jump_vertical_velocity: f32, pub unknown21C: c_int, pub trophy_scale: f32, pub unknown224: c_int, pub unknown228: c_int, pub unknown22C: c_int, pub unknown230: c_int, pub unknown234: c_int, pub unknown238: c_int, pub unknown23C: c_int, pub unknown240: c_int, pub unknown244: c_int, pub unknown248: c_int, pub unknown24C: c_int, pub unknown250: c_int, pub unknown254: c_int, pub unknown258: c_int, pub bubble_ratio: f32, pub unknown260: c_int, pub unknown264: c_int, pub unknown268: c_int, pub unknown26C: c_int, pub respawn_platform_scale: f32, pub unknown274: c_int, pub unknown278: c_int, pub camera_zoom_target_bone: c_int, pub unknown280: c_int, pub unknown284: c_int, pub unknown288: c_int, pub special_jump_action___1: c_int, pub weight_dependent_throw_speed_flags: c_int,
}

Fields§

§walk_initial_velocity: f32§walk_acceleration: f32§walk_maximum_velocity: f32§slow_walk_max: f32§mid_walk_point: f32§fast_walk_min: f32§ground_friction: f32§dash_initial_velocity: f32§dashrun_acceleration_a: f32§dashrun_acceleration_b: f32§dashrun_terminal_velocity: f32§run_animation_scaling: f32§max_runbrake_frames: f32§grounded_max_horizontal_velocity: f32§jump_startup_time: f32§jump_h_initial_velocity: f32§jump_v_initial_velocity: f32§ground_to_air_jump_momentum_multiplier: f32§jump_h_max_velocity: f32§hop_v_initial_velocity: f32§air_jump_v_multiplier: f32§air_jump_h_multiplier: f32§max_jumps: c_int§gravity: f32§terminal_velocity: f32§aerialDriftStickMult: f32§aerialDriftBase: f32§aerialDriftMax: f32§aerialFriction: f32§fastfall_velocity: f32§horizontal_air_mobility_constant: f32§jab_2_input_window: c_int§jab_3_input_window: c_int§frames_to_change_direction_on_standing_turn: c_int§weight: f32§model_scaling: f32§initial_shield_size: f32§shield_break_initial_velocity: f32§rapid_jab_window: c_int§unknown1AC: c_int§unknown1B0: c_int§unknown1B4: c_int§ledge_jump_horizontal_velocity: f32§ledge_jump_vertical_velocity: f32§item_throw_velocity_multiplier: f32§unknown1C4: c_int§unknown1C8: c_int§unknown1CC: c_int§unknown1D0: c_int§unknown1D4: c_int§unknown1D8: c_int§unknown1DC: c_int§unknown1E0: c_int§unknown1E4: c_int§unknown1E8: c_int§unknown1EC: c_int§kirby_b_star_damage: f32§normal_landing_lag: f32§n_air_landing_lag: f32§f_air_landing_lag: f32§b_air_landing_lag: f32§u_air_landing_lag: f32§d_air_landing_lag: f32§nametag_height: f32§unknown210: c_int§wall_jump_horizontal_velocity: f32§wall_jump_vertical_velocity: f32§unknown21C: c_int§trophy_scale: f32§unknown224: c_int§unknown228: c_int§unknown22C: c_int§unknown230: c_int§unknown234: c_int§unknown238: c_int§unknown23C: c_int§unknown240: c_int§unknown244: c_int§unknown248: c_int§unknown24C: c_int§unknown250: c_int§unknown254: c_int§unknown258: c_int§bubble_ratio: f32§unknown260: c_int§unknown264: c_int§unknown268: c_int§unknown26C: c_int§respawn_platform_scale: f32§unknown274: c_int§unknown278: c_int§camera_zoom_target_bone: c_int§unknown280: c_int§unknown284: c_int§unknown288: c_int§special_jump_action___1: c_int§weight_dependent_throw_speed_flags: c_int

Trait Implementations§

Source§

impl Clone for FighterData_attr

Source§

fn clone(&self) -> FighterData_attr

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for FighterData_attr

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for FighterData_attr

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.