Skip to main content

IGmapSequence_GmapTeleportSequenceMethods

Trait IGmapSequence_GmapTeleportSequenceMethods 

Source
pub trait IGmapSequence_GmapTeleportSequenceMethods: IGmapSequence_GmapTeleportSequence {
    // Provided methods
    fn start_teleport(self) -> IEnumerator { ... }
    fn open_menu(self) { ... }
    fn teleport(self) { ... }
    fn end(self) { ... }
    fn close_map_and_title_bar(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start_teleport(self) -> IEnumerator

StartTeleport() overload

Source

fn open_menu(self)

OpenMenu() overload

Source

fn teleport(self)

Teleport() overload

Source

fn end(self)

End() overload

Source

fn close_map_and_title_bar(self)

CloseMapAndTitleBar() overload

Source

fn ctor(self)

.ctor() 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_GmapTeleportSequence> IGmapSequence_GmapTeleportSequenceMethods for __T

Available on crate feature app-gmapsequence only.