[][src]Struct smash::lua2cpp::L2CFighterAIAnalystBase

#[repr(C)]pub struct L2CFighterAIAnalystBase {
    pub fighter_base: L2CFighterAIBase,
}

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]

Trait Implementations

impl Clone for L2CFighterAIAnalystBase[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]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.