Skip to main content

ITurnCommonInspectorMethods

Trait ITurnCommonInspectorMethods 

Source
pub trait ITurnCommonInspectorMethods: ITurnCommonInspector {
    // Provided methods
    fn ctor(
        self,
        kind: impl Into<MapInspector_Kind>,
        args: impl Into<Array<DynValue>>,
    ) { ... }
    fn is_eanble(self, turn: impl Into<i32>, force: 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, turn: impl Into<i32>, force: 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: ITurnCommonInspector> ITurnCommonInspectorMethods for __T

Available on crate feature app-turncommoninspector only.