Skip to main content

IMapSequenceCommandSkillMethods

Trait IMapSequenceCommandSkillMethods 

Source
pub trait IMapSequenceCommandSkillMethods: IMapSequenceCommandSkill {
    // Provided methods
    fn ctor(
        self,
        action: impl Into<MapSequenceCommandSkill_Action>,
    ) -> MapSkill_Results { ... }
    fn start(self) { ... }
    fn wait_skip(self, signal: impl Into<UnitSignal>) { ... }
    fn begin_signal(self) { ... }
    fn end_signal(self) { ... }
    fn impact(self) { ... }
    fn commit(self) { ... }
}

Provided Methods§

Source

fn ctor( self, action: impl Into<MapSequenceCommandSkill_Action>, ) -> MapSkill_Results

.ctor(*mutcrate::app::mapskill::MapSkill_Results, crate::app::mapsequencecommandskill::MapSequenceCommandSkill_Action) overload

Source

fn start(self)

Start() overload

Source

fn wait_skip(self, signal: impl Into<UnitSignal>)

WaitSkip(crate::app::unitsignal::UnitSignal) overload

Source

fn begin_signal(self)

BeginSignal() overload

Source

fn end_signal(self)

EndSignal() overload

Source

fn impact(self)

Impact() overload

Source

fn commit(self)

Commit() 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: IMapSequenceCommandSkill> IMapSequenceCommandSkillMethods for __T

Available on crate feature app-mapsequencecommandskill only.