Skip to main content

IMapSequenceEngageSummonMethods

Trait IMapSequenceEngageSummonMethods 

Source
pub trait IMapSequenceEngageSummonMethods: IMapSequenceEngageSummon {
Show 18 methods // Provided methods fn get_person(self) -> PersonData { ... } fn set_person(self, value: impl Into<PersonData>) { ... } fn get_rank(self) -> PersonData_Ranks { ... } fn set_rank(self, value: impl Into<PersonData_Ranks>) { ... } fn ctor(self) { ... } fn mind_start(self) { ... } fn mind_end(self) { ... } fn bgm_start(self) { ... } fn bgm_end(self) { ... } fn calculate(self) { ... } fn branch(self) { ... } fn simple_summon(self) { ... } fn combat_summon(self) { ... } fn commit(self) { ... } fn grow(self) { ... } fn god_exp(self) { ... } fn try_skip(self) { ... } fn create_telop(self) { ... }
}

Provided Methods§

Source

fn get_person(self) -> PersonData

get_Person() overload

Source

fn set_person(self, value: impl Into<PersonData>)

set_Person(crate::app::persondata::PersonData) overload

Source

fn get_rank(self) -> PersonData_Ranks

get_Rank() overload

Source

fn set_rank(self, value: impl Into<PersonData_Ranks>)

set_Rank(crate::app::persondata::PersonData_Ranks) overload

Source

fn ctor(self)

.ctor() overload

Source

fn mind_start(self)

MindStart() overload

Source

fn mind_end(self)

MindEnd() overload

Source

fn bgm_start(self)

BgmStart() overload

Source

fn bgm_end(self)

BgmEnd() overload

Source

fn calculate(self)

Calculate() overload

Source

fn branch(self)

Branch() overload

Source

fn simple_summon(self)

SimpleSummon() overload

Source

fn combat_summon(self)

CombatSummon() overload

Source

fn commit(self)

Commit() overload

Source

fn grow(self)

Grow() overload

Source

fn god_exp(self)

GodExp() overload

Source

fn try_skip(self)

TrySkip() overload

Source

fn create_telop(self)

CreateTelop() 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: IMapSequenceEngageSummon> IMapSequenceEngageSummonMethods for __T

Available on crate feature app-mapsequenceengagesummon only.