Skip to main content

IEnterChapterYesNoDialog_EnterChapterDialogRecollectionItemYesMethods

Trait IEnterChapterYesNoDialog_EnterChapterDialogRecollectionItemYesMethods 

Source
pub trait IEnterChapterYesNoDialog_EnterChapterDialogRecollectionItemYesMethods: IEnterChapterYesNoDialog_EnterChapterDialogRecollectionItemYes {
    // Provided methods
    fn ctor(self, callback: impl Into<Action>) { ... }
    fn ctor_2(self, label: impl Into<Il2CppString>, callback: impl Into<Action>) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, callback: impl Into<Action>)

.ctor(crate::system::action::Action) overload

Source

fn ctor_2(self, label: impl Into<Il2CppString>, callback: 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§