[][src]Struct smash::lua2cpp::L2CFighterBase

#[repr(C)]pub struct L2CFighterBase {
    pub agent_base: L2CAgentBase,
    pub global_table: L2CValue,
    pub unkD0: [u64; 10],
}

Fields

agent_base: L2CAgentBaseglobal_table: L2CValueunkD0: [u64; 10]

Methods

impl L2CFighterBase[src]

pub fn globals(&self) -> &L2CValue[src]

pub fn globals_mut(&mut self) -> &mut L2CValue[src]

impl L2CFighterBase[src]

pub unsafe fn begin_line(&mut self, arg1: L2CValue, arg2: L2CValue) -> L2CValue[src]

pub unsafe fn Vector2__xy(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn global_init(&mut self) -> L2CValue[src]

pub unsafe fn Vector2__dot(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3__dot(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3__xyz(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector4__dot(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn global_reset(&mut self) -> L2CValue[src]

pub unsafe fn Vector4__xyzw(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn change_status(&mut self, arg1: L2CValue, arg2: L2CValue)[src]

pub unsafe fn set_situation(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector2__cross(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3__cross(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn get_stick_rate(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2__create(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2__length(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector3__create(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3__length(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector4__create(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue,
    arg4: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4__length(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn is_line_running(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector2_mt____eq(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____eq(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____eq(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn call_line_status(&mut self) -> L2CValue[src]

pub unsafe fn call_line_system(&mut self) -> L2CValue[src]

pub unsafe fn line_state__init(&mut self) -> L2CValue[src]

pub unsafe fn Vector2__distance(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2_mt____add(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2_mt____div(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2_mt____mul(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2_mt____sub(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector2_mt____unm(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector3__distance(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____add(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____div(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____mul(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____sub(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3_mt____unm(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector4__distance(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____add(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____div(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____mul(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____sub(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4_mt____unm(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector2__normalize(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector3__normalize(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector4__normalize(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn main_func__vector2(&mut self) -> L2CValue[src]

pub unsafe fn main_func__vector3(&mut self) -> L2CValue[src]

pub unsafe fn main_func__vector4(&mut self) -> L2CValue[src]

pub unsafe fn set_situation_keep(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn sub_end_status_msc(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn sub_pre_status_msc(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn sub_set_status_msc(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn sub_end_added_lines(&mut self) -> L2CValue[src]

pub unsafe fn call_line_fix_camera(&mut self) -> L2CValue[src]

pub unsafe fn call_line_status_end(&mut self) -> L2CValue[src]

pub unsafe fn change_status_common(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn sys_line_system_init(&mut self) -> L2CValue[src]

pub unsafe fn call_line_system_post(&mut self) -> L2CValue[src]

pub unsafe fn local_func__vector2_1(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn local_func__vector3_1(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn local_func__vector4_1(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue,
    arg4: L2CValue
) -> L2CValue
[src]

pub unsafe fn sub_begin_added_lines(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector2__length_square(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector3__length_square(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn Vector4__length_square(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn call_line_fix_pos_slow(&mut self) -> L2CValue[src]

pub unsafe fn call_line_status_shift(&mut self) -> L2CValue[src]

pub unsafe fn sub_situation_passible(&mut self) -> L2CValue[src]

pub unsafe fn call_line_status_system(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_system_control(&mut self) -> L2CValue[src]

pub unsafe fn Vector2__distance_square(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector3__distance_square(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn Vector4__distance_square(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn call_line_map_correction(&mut self) -> L2CValue[src]

pub unsafe fn call_line_waza_customize(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_status_end_init(&mut self) -> L2CValue[src]

pub unsafe fn sub_end_added_lines_common(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_status_shift_init(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_status_end_control(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_status_system_init(&mut self) -> L2CValue[src]

pub unsafe fn Vector3__create_bezier_curve(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue,
    arg4: L2CValue,
    arg5: L2CValue
) -> L2CValue
[src]

pub unsafe fn sub_begin_added_lines_common(
    &mut self,
    arg1: L2CValue
) -> L2CValue
[src]

pub unsafe fn sys_line_status_shift_control(&mut self) -> L2CValue[src]

pub unsafe fn sys_line_status_system_control(&mut self) -> L2CValue[src]

pub unsafe fn main_func__base_global_variable(&mut self) -> L2CValue[src]

pub unsafe fn line_state__get_value_from_index(
    &mut self,
    arg1: L2CValue
) -> L2CValue
[src]

pub unsafe fn line_state__set_value_from_index(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector2_mt____eq(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____eq(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____eq(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_line_state__init(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn local_func__base_global_variable_1(&mut self) -> L2CValue[src]

pub unsafe fn bind_address_call_Vector2_mt____add(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector2_mt____div(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector2_mt____mul(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector2_mt____sub(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector2_mt____unm(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____add(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____div(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____mul(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____sub(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector3_mt____unm(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____add(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____div(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____mul(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____sub(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_Vector4_mt____unm(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_change_status_common(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_system_init(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_system_control(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_end_init(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_shift_init(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_end_control(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_system_init(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_shift_control(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn bind_address_call_sys_line_status_system_control(
    &mut self,
    arg1: &mut L2CAgent
) -> L2CValue
[src]

pub unsafe fn lerp(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn sign(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn bind_address_call_line_state__get_value_from_index(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue
) -> L2CValue
[src]

pub unsafe fn bind_address_call_line_state__set_value_from_index(
    &mut self,
    arg1: &mut L2CAgent,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn ENTRY(&mut self) -> L2CValue[src]

pub unsafe fn RESET(&mut self) -> L2CValue[src]

pub unsafe fn SETUP(&mut self) -> L2CValue[src]

pub unsafe fn clamp(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: L2CValue
) -> L2CValue
[src]

pub unsafe fn shift(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn end_line(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn fastshift(&mut self, arg1: L2CValue) -> L2CValue[src]

pub unsafe fn L2CFighterBase(
    &mut self,
    arg1: &mut BattleObject,
    arg2: &mut BattleObjectModuleAccessor,
    arg3: &mut lua_State
) -> L2CValue
[src]

Methods from Deref<Target = L2CAgentBase>

pub unsafe fn call_coroutine(&mut self, arg1: i32, arg2: Hash40) -> L2CValue[src]

pub unsafe fn change_context(
    &mut self,
    arg1: &mut BattleObject,
    arg2: &mut BattleObjectModuleAccessor
) -> L2CValue
[src]

pub unsafe fn clean_coroutine(&mut self, arg1: i32) -> L2CValue[src]

pub unsafe fn coroutine_yield_(&mut self) -> L2CValue[src]

pub unsafe fn start_coroutine(
    &mut self,
    arg1: i32,
    arg2: Hash40,
    arg3: u64
) -> L2CValue
[src]

pub unsafe fn resume_coroutine(&mut self, arg1: i32, arg2: u64) -> L2CValue[src]

pub unsafe fn sv_get_status_func(
    &mut self,
    arg1: &L2CValue,
    arg2: &L2CValue
) -> L2CValue
[src]

pub unsafe fn sv_set_status_func(
    &mut self,
    arg1: L2CValue,
    arg2: L2CValue,
    arg3: &mut c_void
) -> L2CValue
[src]

pub unsafe fn sv_copy_status_func(
    &mut self,
    arg1: u64,
    arg2: u64,
    arg3: u64
) -> L2CValue
[src]

pub unsafe fn sv_delete_status_func(&mut self, arg1: u64, arg2: u64) -> L2CValue[src]

pub unsafe fn reserve_status_data_array(&mut self, arg1: u32) -> L2CValue[src]

pub unsafe fn set_coroutine_release_control(&mut self, arg1: bool) -> L2CValue[src]

pub unsafe fn L2CAgentBase(
    &mut self,
    arg1: &mut BattleObject,
    arg2: &mut BattleObjectModuleAccessor,
    arg3: &mut lua_State
) -> L2CValue
[src]

pub unsafe fn destr_L2CAgentBase(&mut self) -> L2CValue[src]

pub unsafe fn get_parent_fiber(&mut self) -> L2CValue[src]

pub unsafe fn get_unused_coroutine_index(&mut self, arg1: i32) -> L2CValue[src]

pub unsafe fn is_coroutine_release_control(&mut self) -> L2CValue[src]

Trait Implementations

impl Clone for L2CFighterBase[src]

impl Copy for L2CFighterBase[src]

impl Debug for L2CFighterBase[src]

impl Deref for L2CFighterBase[src]

type Target = L2CAgentBase

The resulting type after dereferencing.

impl DerefMut for L2CFighterBase[src]

Auto Trait Implementations

impl RefUnwindSafe for L2CFighterBase

impl !Send for L2CFighterBase

impl !Sync for L2CFighterBase

impl Unpin for L2CFighterBase

impl UnwindSafe for L2CFighterBase

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.