pub trait IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItemMethods: IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItem {
Show 14 methods
// Provided methods
fn get_god(self) -> GodUnit { ... }
fn set_god(self, value: impl Into<GodUnit>) { ... }
fn get_change_type(self) -> RingCleaningSequence_GodType { ... }
fn set_change_type(self, value: impl Into<RingCleaningSequence_GodType>) { ... }
fn get_is_selectable(self) -> bool { ... }
fn set_is_selectable(self, value: impl Into<bool>) { ... }
fn get_is_talkable(self) -> bool { ... }
fn set_is_talkable(self, value: impl Into<bool>) { ... }
fn ctor(
self,
unit: impl Into<Unit>,
god: impl Into<GodUnit>,
type: impl Into<RingCleaningSequence_GodType>,
decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>,
select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>,
change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>,
) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn b_call(self) -> BasicMenu_Result { ... }
fn custom_call(self) -> BasicMenu_Result { ... }
fn on_select(self) { ... }
}Provided Methods§
Sourcefn get_change_type(self) -> RingCleaningSequence_GodType
fn get_change_type(self) -> RingCleaningSequence_GodType
get_ChangeType() overload
Sourcefn set_change_type(self, value: impl Into<RingCleaningSequence_GodType>)
fn set_change_type(self, value: impl Into<RingCleaningSequence_GodType>)
set_ChangeType(crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload
Sourcefn get_is_selectable(self) -> bool
fn get_is_selectable(self) -> bool
get_IsSelectable() overload
Sourcefn set_is_selectable(self, value: impl Into<bool>)
fn set_is_selectable(self, value: impl Into<bool>)
set_IsSelectable(bool) overload
Sourcefn get_is_talkable(self) -> bool
fn get_is_talkable(self) -> bool
get_IsTalkable() overload
Sourcefn set_is_talkable(self, value: impl Into<bool>)
fn set_is_talkable(self, value: impl Into<bool>)
set_IsTalkable(bool) overload
Sourcefn ctor(
self,
unit: impl Into<Unit>,
god: impl Into<GodUnit>,
type: impl Into<RingCleaningSequence_GodType>,
decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>,
select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>,
change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>,
)
fn ctor( self, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>, )
.ctor(crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_DecideEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_SelectEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_StartHelpEventHandler) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn custom_call(self) -> BasicMenu_Result
fn custom_call(self) -> BasicMenu_Result
CustomCall() 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: IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItem> IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItemMethods for __T
app-arenabondgodselectmenu only.