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

pub struct HitBoxArguments {
    pub bone_index: i16,
    pub hitbox_index: u8,
    pub rehit_hitbox_index: 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: Effect,
    pub unk1: bool,
    pub sound_level: u8,
    pub unk2: u8,
    pub ground: bool,
    pub aerial: bool,
    pub unk3: u8,
    pub ty: u8,
    pub clang: bool,
    pub unk4: bool,
    pub direct: bool,
    pub unk5: u8,
}

Fields

bone_index: i16hitbox_index: u8rehit_hitbox_index: u8damage: i32trajectory: i32weight_knockback: i16kbg: i16shield_damage: i16bkb: i16size: f32x_offset: f32y_offset: f32z_offset: f32tripping_rate: f32hitlag_mult: f32di_mult: f32effect: Effectunk1: boolsound_level: u8unk2: u8ground: boolaerial: boolunk3: u8ty: u8clang: boolunk4: booldirect: boolunk5: 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> From for T
[src]

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, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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