[][src]Struct brawllib_rs::script_ast::HitBoxArguments

pub struct HitBoxArguments {
    pub bone_index: i16,
    pub hitbox_id: u8,
    pub set_id: u8,
    pub damage: i32,
    pub trajectory: i32,
    pub weight_knockback: i16,
    pub kbg: i16,
    pub shield_damage: i16,
    pub bkb: i16,
    pub size: f32,
    pub x_offset: f32,
    pub y_offset: f32,
    pub z_offset: f32,
    pub tripping_rate: f32,
    pub hitlag_mult: f32,
    pub di_mult: f32,
    pub effect: HitBoxEffect,
    pub unk1: bool,
    pub sound_level: u8,
    pub unk2: bool,
    pub sound: HitBoxSound,
    pub unk3: u8,
    pub ground: bool,
    pub aerial: bool,
    pub unk4: u8,
    pub sse_type: HitBoxSseType,
    pub clang: bool,
    pub unk5: bool,
    pub direct: bool,
    pub unk6: u8,
}

Fields

bone_index: i16hitbox_id: u8set_id: u8damage: i32trajectory: i32weight_knockback: i16kbg: i16shield_damage: i16bkb: i16size: f32x_offset: f32y_offset: f32z_offset: f32tripping_rate: f32hitlag_mult: f32di_mult: f32effect: HitBoxEffectunk1: boolsound_level: u8unk2: boolsound: HitBoxSoundunk3: u8ground: boolaerial: boolunk4: u8sse_type: HitBoxSseTypeclang: boolunk5: booldirect: boolunk6: u8

Trait Implementations

impl Clone for HitBoxArguments[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HitBoxArguments[src]

impl Serialize for HitBoxArguments[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]