Skip to main content

IMapAiThreadMethods

Trait IMapAiThreadMethods 

Source
pub trait IMapAiThreadMethods: IMapAiThread {
    // Provided methods
    fn ctor(self) { ... }
    fn destruct(self) { ... }
    fn set_first_run_flag(self) { ... }
    fn run(self) { ... }
    fn is_wait(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn destruct(self)

Destruct() overload

Source

fn set_first_run_flag(self)

SetFirstRunFlag() overload

Source

fn run(self)

Run() overload

Source

fn is_wait(self) -> bool

IsWait() 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: IMapAiThread> IMapAiThreadMethods for __T

Available on crate feature app-mapaithread only.