Skip to main content

IMapSequenceReviveMethods

Trait IMapSequenceReviveMethods 

Source
pub trait IMapSequenceReviveMethods: IMapSequenceRevive {
Show 14 methods // Provided methods fn ctor(self, units: impl Into<List_1<Unit>>) { ... } fn get_current(self) -> Unit { ... } fn focus(self) { ... } fn revive_befre(self) { ... } fn control_hp_stock(self) { ... } fn revive_exec(self) { ... } fn revive_wait(self) { ... } fn hide_hp_stock(self) { ... } fn play_hp_stock_effect(self) { ... } fn is_playing_hp_stock_break_effect(self) -> bool { ... } fn show_hp_stock(self) { ... } fn release_hp_stock(self) { ... } fn revive_after(self) { ... } fn is_next(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, units: impl Into<List_1<Unit>>)

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::unit::Unit>) overload

Source

fn get_current(self) -> Unit

get_Current() overload

Source

fn focus(self)

Focus() overload

Source

fn revive_befre(self)

ReviveBefre() overload

Source

fn control_hp_stock(self)

ControlHpStock() overload

Source

fn revive_exec(self)

ReviveExec() overload

Source

fn revive_wait(self)

ReviveWait() overload

Source

fn hide_hp_stock(self)

HideHpStock() overload

Source

fn play_hp_stock_effect(self)

PlayHpStockEffect() overload

Source

fn is_playing_hp_stock_break_effect(self) -> bool

IsPlayingHpStockBreakEffect() overload

Source

fn show_hp_stock(self)

ShowHpStock() overload

Source

fn release_hp_stock(self)

ReleaseHpStock() overload

Source

fn revive_after(self)

ReviveAfter() overload

Source

fn is_next(self) -> bool

IsNext() 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: IMapSequenceRevive> IMapSequenceReviveMethods for __T

Available on crate feature app-mapsequencerevive only.