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§
Sourcefn start_teleport(self) -> IEnumerator
fn start_teleport(self) -> IEnumerator
StartTeleport() overload
OpenMenu() overload
Sourcefn close_map_and_title_bar(self)
fn close_map_and_title_bar(self)
CloseMapAndTitleBar() 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_GmapTeleportSequence> IGmapSequence_GmapTeleportSequenceMethods for __T
Available on crate feature
app-gmapsequence only.