[−][src]Struct smash::lib::L2CAgent
Fields
vtable: u64
lua_state_agent: u64
functions: CppHash40Map<*const extern "C" fn(_: &mut Self, _: &mut Variadic)>
unk20: u64
unk28: u64
unk30: u64
battle_object: *mut BattleObject
module_accessor: *mut BattleObjectModuleAccessor
Methods
impl L2CAgent
[src][−]
impl L2CAgent
[src][−]
pub unsafe fn L2CAgent_constr(&mut self, lua_state: u64) -> *mut L2CAgent
[src]
pub unsafe fn push_lua_stack(&mut self, l2c_value: &mut L2CValue) -> u64
[src]
pub unsafe fn pop_lua_stack(&mut self, index: c_int) -> L2CValue
[src]
pub unsafe fn sv_set_function_hash(
&mut self,
func: unsafe extern "C" fn(arg1: *mut L2CAgent, arg2: *mut c_void) -> u64,
hash: Hash40
)
[src]
&mut self,
func: unsafe extern "C" fn(arg1: *mut L2CAgent, arg2: *mut c_void) -> u64,
hash: Hash40
)
pub unsafe fn clear_lua_stack(&mut self) -> u64
[src]
pub unsafe fn _clear_lua_stack(&mut self) -> u64
[src]
Trait Implementations
impl Clone for L2CAgent
[src][+]
impl Copy for L2CAgent
[src]
impl Debug for L2CAgent
[src][+]
impl Deref for L2CAgent
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for L2CAgent
impl !Send for L2CAgent
impl !Sync for L2CAgent
impl Unpin for L2CAgent
impl UnwindSafe for L2CAgent
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,