Skip to main content

IGoToSolanelOrDlcGmapDialog_DialogItemMethods

Trait IGoToSolanelOrDlcGmapDialog_DialogItemMethods 

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

Provided Methods§

Source

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

.ctor(::unity::Il2CppString, crate::system::action::Action) 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: IGoToSolanelOrDlcGmapDialog_DialogItem> IGoToSolanelOrDlcGmapDialog_DialogItemMethods for __T

Available on crate feature app-gmap-gotosolanelordlcgmapdialog only.