Skip to main content

IMapRestartMenu_ConfirmRestartItemYesMethods

Trait IMapRestartMenu_ConfirmRestartItemYesMethods 

Source
pub trait IMapRestartMenu_ConfirmRestartItemYesMethods: IMapRestartMenu_ConfirmRestartItemYes {
    // Provided methods
    fn ctor(self, text: impl Into<Il2CppString>, keep_level: impl Into<bool>) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, text: impl Into<Il2CppString>, keep_level: impl Into<bool>)

.ctor(::unity::Il2CppString, bool) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() 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: IMapRestartMenu_ConfirmRestartItemYes> IMapRestartMenu_ConfirmRestartItemYesMethods for __T

Available on crate feature app-maprestartmenu only.