Skip to main content

IMapSequenceGod_ProcEngageMethods

Trait IMapSequenceGod_ProcEngageMethods 

Source
pub trait IMapSequenceGod_ProcEngageMethods: IMapSequenceGod_ProcEngage {
Show 13 methods // Provided methods fn is_usable_info(self) -> bool { ... } fn is_need_to_deploy(self) -> bool { ... } fn move_wait(self) { ... } fn hide_info_ui_for_detail(self) { ... } fn hide_info_ui_for_simple(self) { ... } fn update_image(self) { ... } fn update_info_ui(self) { ... } fn show_info_ui(self) { ... } fn update_deploy(self) { ... } fn update_map_route(self) { ... } fn update_map_cursor(self) { ... } fn is_update_map_route(self) -> bool { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn is_usable_info(self) -> bool

IsUsableInfo() overload

Source

fn is_need_to_deploy(self) -> bool

IsNeedToDeploy() overload

Source

fn move_wait(self)

MoveWait() overload

Source

fn hide_info_ui_for_detail(self)

HideInfoUIForDetail() overload

Source

fn hide_info_ui_for_simple(self)

HideInfoUIForSimple() overload

Source

fn update_image(self)

UpdateImage() overload

Source

fn update_info_ui(self)

UpdateInfoUI() overload

Source

fn show_info_ui(self)

ShowInfoUI() overload

Source

fn update_deploy(self)

UpdateDeploy() overload

Source

fn update_map_route(self)

UpdateMapRoute() overload

Source

fn update_map_cursor(self)

UpdateMapCursor() overload

Source

fn is_update_map_route(self) -> bool

IsUpdateMapRoute() overload

Source

fn ctor(self)

.ctor() 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: IMapSequenceGod_ProcEngage> IMapSequenceGod_ProcEngageMethods for __T

Available on crate feature app-mapsequencegod only.