Skip to main content

IRelayReplayMenuMethods

Trait IRelayReplayMenuMethods 

Source
pub trait IRelayReplayMenuMethods: IRelayReplayMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<RelayMapMenuContent>,
        request_close_event_handler: impl Into<RelayReplayMenu_RequestCloseEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_tutorial(self) -> Il2CppString { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<RelayMapMenuContent>, request_close_event_handler: impl Into<RelayReplayMenu_RequestCloseEventHandler>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::relaymapmenucontent::RelayMapMenuContent, crate::app::relayreplaymenu::RelayReplayMenu_RequestCloseEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_tutorial(self) -> Il2CppString

GetTutorial() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IRelayReplayMenu> IRelayReplayMenuMethods for __T

Available on crate feature app-relayreplaymenu only.