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§
Sourcefn ctor(
self,
now_spot: impl Into<GmapSpot>,
type: impl Into<EnterChapterYesNoDialog_Type>,
decide_event_handler: impl Into<Action>,
)
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
Sourcefn open_dialog(self)
fn open_dialog(self)
OpenDialog() 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§
impl<__T: IGmapSequence_EnterChapterSequence> IGmapSequence_EnterChapterSequenceMethods for __T
Available on crate feature
app-gmapsequence only.