Skip to main content

IHubGoToMap_GoToDialogItemMethods

Trait IHubGoToMap_GoToDialogItemMethods 

Source
pub trait IHubGoToMap_GoToDialogItemMethods: IHubGoToMap_GoToDialogItem {
    // Provided methods
    fn ctor(
        self,
        label: impl Into<Il2CppString>,
        func: impl Into<Action>,
        mode: impl Into<GmapMode_Mode>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, label: impl Into<Il2CppString>, func: impl Into<Action>, mode: impl Into<GmapMode_Mode>, )

.ctor(::unity::Il2CppString, crate::system::action::Action, crate::app::gmapmode::GmapMode_Mode) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() 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: IHubGoToMap_GoToDialogItem> IHubGoToMap_GoToDialogItemMethods for __T

Available on crate feature app-hubgotomap only.