Skip to main content

IGmapTeleportMenu_GmapTeleportMenuItemMethods

Trait IGmapTeleportMenu_GmapTeleportMenuItemMethods 

Source
pub trait IGmapTeleportMenu_GmapTeleportMenuItemMethods: IGmapTeleportMenu_GmapTeleportMenuItem {
    // Provided methods
    fn ctor(
        self,
        gmap_spot: impl Into<GmapSpot>,
        close_map_and_bar_func: impl Into<Action>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_spot(self) -> GmapSpot { ... }
}

Provided Methods§

Source

fn ctor( self, gmap_spot: impl Into<GmapSpot>, close_map_and_bar_func: impl Into<Action>, )

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

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_spot(self) -> GmapSpot

get_Spot() 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: IGmapTeleportMenu_GmapTeleportMenuItem> IGmapTeleportMenu_GmapTeleportMenuItemMethods for __T

Available on crate feature app-gmapteleportmenu only.