Skip to main content

IInterruptInspectorMethods

Trait IInterruptInspectorMethods 

Source
pub trait IInterruptInspectorMethods: IInterruptInspector {
    // Provided methods
    fn ctor(
        self,
        kind: impl Into<MapInspector_Kind>,
        args: impl Into<Array<DynValue>>,
    ) { ... }
    fn is_eanble(self, person: impl Into<i32>, hash: impl Into<i32>) -> bool { ... }
}

Provided Methods§

Source

fn ctor( self, kind: impl Into<MapInspector_Kind>, args: impl Into<Array<DynValue>>, )

.ctor(crate::app::mapinspector::MapInspector_Kind, ::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload

Source

fn is_eanble(self, person: impl Into<i32>, hash: impl Into<i32>) -> bool

IsEanble(i32, i32) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IInterruptInspector> IInterruptInspectorMethods for __T

Available on crate feature app-interruptinspector only.