pub trait IExchangeYesNoDialogMethods: IExchangeYesNoDialog {
Show 35 methods
// Provided methods
fn get_m_get_item_title(self) -> Il2CppString { ... }
fn set_m_get_item_title(self, value: impl Into<Il2CppString>) { ... }
fn get_m_get_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam> { ... }
fn set_m_get_item_param_list(
self,
value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
) { ... }
fn get_m_get_money_param(self) -> ExchangeYesNoDialog_MoneyParam { ... }
fn set_m_get_money_param(
self,
value: impl Into<ExchangeYesNoDialog_MoneyParam>,
) { ... }
fn get_m_get_item_before_param(self) -> ExchangeYesNoDialog_ItemParam { ... }
fn set_m_get_item_before_param(
self,
value: impl Into<ExchangeYesNoDialog_ItemParam>,
) { ... }
fn get_m_get_item_after_param(self) -> ExchangeYesNoDialog_ItemParam { ... }
fn set_m_get_item_after_param(
self,
value: impl Into<ExchangeYesNoDialog_ItemParam>,
) { ... }
fn get_m_cost_item_title(self) -> Il2CppString { ... }
fn set_m_cost_item_title(self, value: impl Into<Il2CppString>) { ... }
fn get_m_cost_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam> { ... }
fn set_m_cost_item_param_list(
self,
value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
) { ... }
fn get_m_cost_money_param(self) -> ExchangeYesNoDialog_MoneyParam { ... }
fn set_m_cost_money_param(
self,
value: impl Into<ExchangeYesNoDialog_MoneyParam>,
) { ... }
fn get_m_using_get_item_list(self) -> bool { ... }
fn set_m_using_get_item_list(self, value: impl Into<bool>) { ... }
fn get_m_using_get_before_after(self) -> bool { ... }
fn set_m_using_get_before_after(self, value: impl Into<bool>) { ... }
fn get_m_using_get_long_name(self) -> bool { ... }
fn set_m_using_get_long_name(self, value: impl Into<bool>) { ... }
fn get_m_using_get_name_only(self) -> bool { ... }
fn set_m_using_get_name_only(self, value: impl Into<bool>) { ... }
fn get_m_enabled_key_wait_style(self) -> bool { ... }
fn set_m_enabled_key_wait_style(self, value: impl Into<bool>) { ... }
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>,
) { ... }
fn ctor_2(
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_before_param: impl Into<ExchangeYesNoDialog_ItemParam>,
get_item_after_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_3(
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_4(
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_name: impl Into<Il2CppString>,
cost_item_title: impl Into<Il2CppString>,
cost_item_name: impl Into<Il2CppString>,
) { ... }
fn ctor_5(
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_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
cost_item_title: impl Into<Il2CppString>,
cost_item_name: impl Into<Il2CppString>,
) { ... }
fn on_dispose(self) { ... }
fn after_build(self) { ... }
fn set_key_wait_style(self, enabled: impl Into<bool>) { ... }
fn set_dispose_event_handler(self, dispose_event_handler: impl Into<Action>) { ... }
}Provided Methods§
Sourcefn get_m_get_item_title(self) -> Il2CppString
fn get_m_get_item_title(self) -> Il2CppString
get_m_GetItemTitle() overload
Sourcefn set_m_get_item_title(self, value: impl Into<Il2CppString>)
fn set_m_get_item_title(self, value: impl Into<Il2CppString>)
set_m_GetItemTitle(::unity::Il2CppString) overload
Sourcefn get_m_get_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>
fn get_m_get_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>
get_m_GetItemParamList() overload
Sourcefn set_m_get_item_param_list(
self,
value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
)
fn set_m_get_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, )
set_m_GetItemParamList(crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>) overload
Sourcefn get_m_get_money_param(self) -> ExchangeYesNoDialog_MoneyParam
fn get_m_get_money_param(self) -> ExchangeYesNoDialog_MoneyParam
get_m_GetMoneyParam() overload
Sourcefn set_m_get_money_param(self, value: impl Into<ExchangeYesNoDialog_MoneyParam>)
fn set_m_get_money_param(self, value: impl Into<ExchangeYesNoDialog_MoneyParam>)
set_m_GetMoneyParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload
Sourcefn get_m_get_item_before_param(self) -> ExchangeYesNoDialog_ItemParam
fn get_m_get_item_before_param(self) -> ExchangeYesNoDialog_ItemParam
get_m_GetItemBeforeParam() overload
Sourcefn set_m_get_item_before_param(
self,
value: impl Into<ExchangeYesNoDialog_ItemParam>,
)
fn set_m_get_item_before_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, )
set_m_GetItemBeforeParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam) overload
Sourcefn get_m_get_item_after_param(self) -> ExchangeYesNoDialog_ItemParam
fn get_m_get_item_after_param(self) -> ExchangeYesNoDialog_ItemParam
get_m_GetItemAfterParam() overload
Sourcefn set_m_get_item_after_param(
self,
value: impl Into<ExchangeYesNoDialog_ItemParam>,
)
fn set_m_get_item_after_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, )
set_m_GetItemAfterParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam) overload
Sourcefn get_m_cost_item_title(self) -> Il2CppString
fn get_m_cost_item_title(self) -> Il2CppString
get_m_CostItemTitle() overload
Sourcefn set_m_cost_item_title(self, value: impl Into<Il2CppString>)
fn set_m_cost_item_title(self, value: impl Into<Il2CppString>)
set_m_CostItemTitle(::unity::Il2CppString) overload
Sourcefn get_m_cost_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>
fn get_m_cost_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>
get_m_CostItemParamList() overload
Sourcefn set_m_cost_item_param_list(
self,
value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
)
fn set_m_cost_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, )
set_m_CostItemParamList(crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>) overload
Sourcefn get_m_cost_money_param(self) -> ExchangeYesNoDialog_MoneyParam
fn get_m_cost_money_param(self) -> ExchangeYesNoDialog_MoneyParam
get_m_CostMoneyParam() overload
Sourcefn set_m_cost_money_param(
self,
value: impl Into<ExchangeYesNoDialog_MoneyParam>,
)
fn set_m_cost_money_param( self, value: impl Into<ExchangeYesNoDialog_MoneyParam>, )
set_m_CostMoneyParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload
Sourcefn get_m_using_get_item_list(self) -> bool
fn get_m_using_get_item_list(self) -> bool
get_m_UsingGetItemList() overload
Sourcefn set_m_using_get_item_list(self, value: impl Into<bool>)
fn set_m_using_get_item_list(self, value: impl Into<bool>)
set_m_UsingGetItemList(bool) overload
Sourcefn get_m_using_get_before_after(self) -> bool
fn get_m_using_get_before_after(self) -> bool
get_m_UsingGetBeforeAfter() overload
Sourcefn set_m_using_get_before_after(self, value: impl Into<bool>)
fn set_m_using_get_before_after(self, value: impl Into<bool>)
set_m_UsingGetBeforeAfter(bool) overload
Sourcefn get_m_using_get_long_name(self) -> bool
fn get_m_using_get_long_name(self) -> bool
get_m_UsingGetLongName() overload
Sourcefn set_m_using_get_long_name(self, value: impl Into<bool>)
fn set_m_using_get_long_name(self, value: impl Into<bool>)
set_m_UsingGetLongName(bool) overload
Sourcefn get_m_using_get_name_only(self) -> bool
fn get_m_using_get_name_only(self) -> bool
get_m_UsingGetNameOnly() overload
Sourcefn set_m_using_get_name_only(self, value: impl Into<bool>)
fn set_m_using_get_name_only(self, value: impl Into<bool>)
set_m_UsingGetNameOnly(bool) overload
Sourcefn get_m_enabled_key_wait_style(self) -> bool
fn get_m_enabled_key_wait_style(self) -> bool
get_m_EnabledKeyWaitStyle() overload
Sourcefn set_m_enabled_key_wait_style(self, value: impl Into<bool>)
fn set_m_enabled_key_wait_style(self, value: impl Into<bool>)
set_m_EnabledKeyWaitStyle(bool) overload
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_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>,
)
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
Sourcefn ctor_2(
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_before_param: impl Into<ExchangeYesNoDialog_ItemParam>,
get_item_after_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_2( 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_before_param: impl Into<ExchangeYesNoDialog_ItemParam>, get_item_after_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, 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
Sourcefn ctor_3(
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_3( 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
Sourcefn ctor_4(
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_name: impl Into<Il2CppString>,
cost_item_title: impl Into<Il2CppString>,
cost_item_name: impl Into<Il2CppString>,
)
fn ctor_4( 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_name: impl Into<Il2CppString>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString) overload
Sourcefn ctor_5(
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_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>,
cost_item_title: impl Into<Il2CppString>,
cost_item_name: impl Into<Il2CppString>,
)
fn ctor_5( 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_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, )
.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>, ::unity::Il2CppString, ::unity::Il2CppString) overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn after_build(self)
fn after_build(self)
AfterBuild() overload
Sourcefn set_key_wait_style(self, enabled: impl Into<bool>)
fn set_key_wait_style(self, enabled: impl Into<bool>)
SetKeyWaitStyle(bool) overload
Sourcefn set_dispose_event_handler(self, dispose_event_handler: impl Into<Action>)
fn set_dispose_event_handler(self, dispose_event_handler: impl Into<Action>)
SetDisposeEventHandler(crate::system::action::Action) 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: IExchangeYesNoDialog> IExchangeYesNoDialogMethods for __T
app-exchangeyesnodialog only.