Skip to main content

IRefineGodWeaponParamEmptyMenuItemMethods

Trait IRefineGodWeaponParamEmptyMenuItemMethods 

Source
pub trait IRefineGodWeaponParamEmptyMenuItemMethods: IRefineGodWeaponParamEmptyMenuItem {
    // Provided methods
    fn ctor(
        self,
        god_unit: impl Into<GodUnit>,
        god_weapon: impl Into<ItemData>,
        select_event_handler: impl Into<RefineGodWeaponParamMenu_SelectEventHandler>,
        request_close_event_handler: impl Into<RefineGodWeaponParamMenu_RequestCloseEventHandler>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, god_unit: impl Into<GodUnit>, god_weapon: impl Into<ItemData>, select_event_handler: impl Into<RefineGodWeaponParamMenu_SelectEventHandler>, request_close_event_handler: impl Into<RefineGodWeaponParamMenu_RequestCloseEventHandler>, )

.ctor(crate::app::godunit::GodUnit, crate::app::itemdata::ItemData, crate::app::refinegodweaponparammenu::RefineGodWeaponParamMenu_SelectEventHandler, crate::app::refinegodweaponparammenu::RefineGodWeaponParamMenu_RequestCloseEventHandler) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_select(self)

OnSelect() 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: IRefineGodWeaponParamEmptyMenuItem> IRefineGodWeaponParamEmptyMenuItemMethods for __T

Available on crate feature app-refinegodweaponparamemptymenuitem only.