pub trait IAmiiboTicketYesNoDialogSoundMethods: IAmiiboTicketYesNoDialogSound {
// Provided methods
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: impl Into<ExchangeYesNoDialog_ItemParam>,
cost_item_title: impl Into<Il2CppString>,
cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>,
) { ... }
fn on_close(self) { ... }
}Provided Methods§
Sourcefn 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: impl Into<ExchangeYesNoDialog_ItemParam>,
cost_item_title: impl Into<Il2CppString>,
cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>,
)
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: impl Into<ExchangeYesNoDialog_ItemParam>, 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::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam, ::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§
impl<__T: IAmiiboTicketYesNoDialogSound> IAmiiboTicketYesNoDialogSoundMethods for __T
Available on crate feature
app-amiiboticketyesnodialogsound only.