[][src]Struct mextk_sys::FighterData_cb

#[repr(C)]pub struct FighterData_cb {
    pub OnGrabFighter_Self: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub x2194: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnGrabFighter_Victim: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub IASA: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Anim: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Phys: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Coll: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Cam: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Accessory1: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Accessory2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Accessory3: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub Accessory4: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnGiveDamage: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnShieldHit: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnReflectHit: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub x21cc: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub EveryHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub EnterHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub ExitHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnTakeDamage: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnDeath: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnDeath2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnDeath3: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnActionStateChange: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnTakeDamage2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnHurtboxDetect: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
    pub OnSpin: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>,
}

Fields

OnGrabFighter_Self: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>x2194: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnGrabFighter_Victim: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>IASA: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Anim: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Phys: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Coll: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Cam: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Accessory1: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Accessory2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Accessory3: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>Accessory4: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnGiveDamage: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnShieldHit: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnReflectHit: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>x21cc: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>EveryHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>EnterHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>ExitHitlag: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnTakeDamage: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnDeath: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnDeath2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnDeath3: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnActionStateChange: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnTakeDamage2: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnHurtboxDetect: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>OnSpin: Option<unsafe extern "C" fn(fighter: *mut GOBJ)>

Trait Implementations

impl Clone for FighterData_cb[src]

impl Copy for FighterData_cb[src]

impl Debug for FighterData_cb[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.