[−][src]Struct smash::app::Fighter
Fields
battle_object: BattleObject
Methods
impl Fighter
[src]
pub unsafe fn get_fighter_entry_count() -> i32
[src]
pub unsafe fn get_fighter_entry_id(object_id: u32) -> i32
[src]
pub unsafe fn get_id_from_entry_id(entry_id: i32) -> u32
[src]
pub unsafe fn get_joint_from_hit_no(hit_no: i32) -> u64
[src]
pub unsafe fn is_absolutely_final_status() -> bool
[src]
pub unsafe fn is_fighter_enabled(object_id: u32) -> bool
[src]
pub unsafe fn is_final_status_or_stage_transition() -> bool
[src]
pub unsafe fn is_final_status_or_standby() -> bool
[src]
pub unsafe fn is_have_on_mouth(object_id: u32) -> bool
[src]
pub unsafe fn is_ready_go() -> bool
[src]
pub unsafe fn set_assistbeat(entry_id: i32) -> u64
[src]
pub unsafe fn set_final(lua_state: u64, arg2: c_uchar, arg3: u32) -> u64
[src]
pub unsafe fn set_opponent_team_slow(arg1: u64, arg2: i32, arg3: i32) -> u64
[src]
pub unsafe fn set_opponent_team_stop(arg1: u64, arg2: i32) -> u64
[src]
pub unsafe fn waist_joint_id(
module_accessor: *mut BattleObjectModuleAccessor
) -> u64
[src]
module_accessor: *mut BattleObjectModuleAccessor
) -> u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fighter
impl Send for Fighter
impl Sync for Fighter
impl Unpin for Fighter
impl UnwindSafe for Fighter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,