Skip to main content

IAchievementMenu_GetBondsExchangeDialogMethods

Trait IAchievementMenu_GetBondsExchangeDialogMethods 

Source
pub trait IAchievementMenu_GetBondsExchangeDialogMethods: IAchievementMenu_GetBondsExchangeDialog {
    // Provided method
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<ExchangeDialogContent>,
        top_message: impl Into<Il2CppString>,
        get_item_title: impl Into<Il2CppString>,
        get_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
        get_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>,
        cost_item_title: impl Into<Il2CppString>,
        cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
        cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, get_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) 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: IAchievementMenu_GetBondsExchangeDialog> IAchievementMenu_GetBondsExchangeDialogMethods for __T

Available on crate feature app-achievementmenu only.