Skip to main content

IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItemMethods

Trait IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItemMethods 

Source
pub trait IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItemMethods: IArenaBondLevelSelectMenu_ArenaBondLevelSelectMenuItem {
Show 24 methods // Provided methods fn get_unit(self) -> Unit { ... } fn set_unit(self, value: impl Into<Unit>) { ... } fn get_god(self) -> GodUnit { ... } fn set_god(self, value: impl Into<GodUnit>) { ... } fn get_god_type(self) -> RingCleaningSequence_GodType { ... } fn set_god_type(self, value: impl Into<RingCleaningSequence_GodType>) { ... } fn get_lv_before(self) -> i32 { ... } fn set_lv_before(self, value: impl Into<i32>) { ... } fn get_lv_after(self) -> i32 { ... } fn set_lv_after(self, value: impl Into<i32>) { ... } fn get_get_exp(self) -> i32 { ... } fn set_get_exp(self, value: impl Into<i32>) { ... } fn get_use_count(self) -> i32 { ... } fn set_use_count(self, value: impl Into<i32>) { ... } fn get_is_talk_cap(self) -> bool { ... } fn set_is_talk_cap(self, value: impl Into<bool>) { ... } fn get_is_no_bond(self) -> bool { ... } fn set_is_no_bond(self, value: impl Into<bool>) { ... } fn ctor( self, from_level: impl Into<i32>, to_level: impl Into<i32>, get_exp: impl Into<i32>, use_count: impl Into<i32>, train_unit: impl Into<Unit>, train_god: impl Into<GodUnit>, train_type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, ) { ... } fn build_attribute(self) -> BasicMenuItem_Attribute { ... } fn a_call(self) -> BasicMenu_Result { ... } fn b_call(self) -> BasicMenu_Result { ... } fn on_select(self) { ... } fn custom_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_unit(self) -> Unit

get_Unit() overload

Source

fn set_unit(self, value: impl Into<Unit>)

set_Unit(crate::app::unit::Unit) overload

Source

fn get_god(self) -> GodUnit

get_God() overload

Source

fn set_god(self, value: impl Into<GodUnit>)

set_God(crate::app::godunit::GodUnit) overload

Source

fn get_god_type(self) -> RingCleaningSequence_GodType

get_GodType() overload

Source

fn set_god_type(self, value: impl Into<RingCleaningSequence_GodType>)

set_GodType(crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload

Source

fn get_lv_before(self) -> i32

get_LvBefore() overload

Source

fn set_lv_before(self, value: impl Into<i32>)

set_LvBefore(i32) overload

Source

fn get_lv_after(self) -> i32

get_LvAfter() overload

Source

fn set_lv_after(self, value: impl Into<i32>)

set_LvAfter(i32) overload

Source

fn get_get_exp(self) -> i32

get_GetExp() overload

Source

fn set_get_exp(self, value: impl Into<i32>)

set_GetExp(i32) overload

Source

fn get_use_count(self) -> i32

get_UseCount() overload

Source

fn set_use_count(self, value: impl Into<i32>)

set_UseCount(i32) overload

Source

fn get_is_talk_cap(self) -> bool

get_IsTalkCap() overload

Source

fn set_is_talk_cap(self, value: impl Into<bool>)

set_IsTalkCap(bool) overload

Source

fn get_is_no_bond(self) -> bool

get_IsNoBond() overload

Source

fn set_is_no_bond(self, value: impl Into<bool>)

set_IsNoBond(bool) overload

Source

fn ctor( self, from_level: impl Into<i32>, to_level: impl Into<i32>, get_exp: impl Into<i32>, use_count: impl Into<i32>, train_unit: impl Into<Unit>, train_god: impl Into<GodUnit>, train_type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, )

.ctor(i32, i32, i32, i32, crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_DecideEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_SelectEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn on_select(self)

OnSelect() overload

Source

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§