Skip to main content

IGmapSequence_EnterChapterSequenceMethods

Trait IGmapSequence_EnterChapterSequenceMethods 

Source
pub trait IGmapSequence_EnterChapterSequenceMethods: IGmapSequence_EnterChapterSequence {
    // Provided methods
    fn ctor(
        self,
        now_spot: impl Into<GmapSpot>,
        type: impl Into<EnterChapterYesNoDialog_Type>,
        decide_event_handler: impl Into<Action>,
    ) { ... }
    fn branch(self) { ... }
    fn talk(self) { ... }
    fn open_dialog(self) { ... }
    fn final(self) { ... }
}

Provided Methods§

Source

fn ctor( self, now_spot: impl Into<GmapSpot>, type: impl Into<EnterChapterYesNoDialog_Type>, decide_event_handler: impl Into<Action>, )

.ctor(crate::app::gmapspot::GmapSpot, crate::app::gmap::enterchapteryesnodialog::EnterChapterYesNoDialog_Type, crate::system::action::Action) overload

Source

fn branch(self)

Branch() overload

Source

fn talk(self)

Talk() overload

Source

fn open_dialog(self)

OpenDialog() overload

Source

fn final(self)

Final() 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: IGmapSequence_EnterChapterSequence> IGmapSequence_EnterChapterSequenceMethods for __T

Available on crate feature app-gmapsequence only.