[−][src]Struct smash::lua2cpp::L2CFighterAIAnalystBase
Fields
fighter_base: L2CFighterAIBase
Methods
impl L2CFighterAIAnalystBase
[src]
pub unsafe fn init_lines(&mut self) -> L2CValue
[src]
pub unsafe fn init_events(&mut self) -> L2CValue
[src]
pub unsafe fn change_status(&mut self, arg1: L2CValue) -> L2CValue
[src]
pub unsafe fn update_status(&mut self) -> L2CValue
[src]
pub unsafe fn call_event_on_dead(&mut self) -> L2CValue
[src]
pub unsafe fn call_function_update(&mut self) -> L2CValue
[src]
pub unsafe fn update_chanced_frame(&mut self) -> L2CValue
[src]
pub unsafe fn init_global_variables(&mut self) -> L2CValue
[src]
pub unsafe fn init_private_variables(&mut self) -> L2CValue
[src]
pub unsafe fn main_func__analyst_global_variables(&mut self) -> L2CValue
[src]
pub unsafe fn main_func__analyst_private_variables(&mut self) -> L2CValue
[src]
pub unsafe fn ENTRY(&mut self) -> L2CValue
[src]
pub unsafe fn L2CFighterAIAnalystBase(
&mut self,
arg1: &mut BattleObject,
arg2: &mut BattleObjectModuleAccessor,
arg3: &mut lua_State
) -> L2CValue
[src]
&mut self,
arg1: &mut BattleObject,
arg2: &mut BattleObjectModuleAccessor,
arg3: &mut lua_State
) -> L2CValue
Trait Implementations
impl Clone for L2CFighterAIAnalystBase
[src]
fn clone(&self) -> L2CFighterAIAnalystBase
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for L2CFighterAIAnalystBase
[src]
impl Debug for L2CFighterAIAnalystBase
[src]
Auto Trait Implementations
impl RefUnwindSafe for L2CFighterAIAnalystBase
impl !Send for L2CFighterAIAnalystBase
impl !Sync for L2CFighterAIAnalystBase
impl Unpin for L2CFighterAIAnalystBase
impl UnwindSafe for L2CFighterAIAnalystBase
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>,