[][src]Struct smash::lua2cpp::L2CWeaponCommon

#[repr(C)]pub struct L2CWeaponCommon {
    pub fighter_base: L2CFighterBase,
}

Fields

fighter_base: L2CFighterBase

Methods

impl L2CWeaponCommon[src]

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

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

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

Methods from Deref<Target = L2CFighterBase>

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

pub fn globals_mut(&mut self) -> &mut L2CValue[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]

Trait Implementations

impl Clone for L2CWeaponCommon[src]

impl Debug for L2CWeaponCommon[src]

impl Deref for L2CWeaponCommon[src]

type Target = L2CFighterBase

The resulting type after dereferencing.

impl DerefMut for L2CWeaponCommon[src]

Auto Trait Implementations

impl RefUnwindSafe for L2CWeaponCommon

impl !Send for L2CWeaponCommon

impl !Sync for L2CWeaponCommon

impl Unpin for L2CWeaponCommon

impl UnwindSafe for L2CWeaponCommon

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.