Skip to main content

IGmapMenuSequence_GmapMenu_SubSystemMenuMethods

Trait IGmapMenuSequence_GmapMenu_SubSystemMenuMethods 

Source
pub trait IGmapMenuSequence_GmapMenu_SubSystemMenuMethods: IGmapMenuSequence_GmapMenu_SubSystemMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<SortieSubMenuContent>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<SortieSubMenuContent>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::sortiesubmenucontent::SortieSubMenuContent) overload

Source

fn get_name(self) -> Il2CppString

GetName() 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: IGmapMenuSequence_GmapMenu_SubSystemMenu> IGmapMenuSequence_GmapMenu_SubSystemMenuMethods for __T

Available on crate feature app-gmapmenusequence only.