Skip to main content

IGmapSequence_EnterChapterSequence

Trait IGmapSequence_EnterChapterSequence 

Source
pub trait IGmapSequence_EnterChapterSequence: IProcInst {
    // Provided methods
    fn m_now_spot(self) -> GmapSpot { ... }
    fn set_m_now_spot(self, value: GmapSpot) { ... }
    fn m_type(self) -> EnterChapterYesNoDialog_Type { ... }
    fn set_m_type(self, value: EnterChapterYesNoDialog_Type) { ... }
    fn m_decide_event_handler(self) -> Action { ... }
    fn set_m_decide_event_handler(self, value: Action) { ... }
    fn m_decide_event_handler2(self) -> Action { ... }
    fn set_m_decide_event_handler2(self, value: Action) { ... }
}

Provided Methods§

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§