#[repr(C)]pub struct FighterData_cb {Show 27 fields
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§
Source§impl Clone for FighterData_cb
impl Clone for FighterData_cb
Source§fn clone(&self) -> FighterData_cb
fn clone(&self) -> FighterData_cb
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FighterData_cb
impl Debug for FighterData_cb
impl Copy for FighterData_cb
Auto Trait Implementations§
impl Freeze for FighterData_cb
impl RefUnwindSafe for FighterData_cb
impl Send for FighterData_cb
impl Sync for FighterData_cb
impl Unpin for FighterData_cb
impl UnwindSafe for FighterData_cb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more