Skip to main content

IRingListSkillMenu_MenuItem_ExtraSkillMethods

Trait IRingListSkillMenu_MenuItem_ExtraSkillMethods 

Source
pub trait IRingListSkillMenu_MenuItem_ExtraSkillMethods: IRingListSkillMenu_MenuItem_ExtraSkill {
    // Provided methods
    fn get_type(self) -> RingListSkillMenu_MenuItem_ExtraSkill_SkillType { ... }
    fn set_type(
        self,
        value: impl Into<RingListSkillMenu_MenuItem_ExtraSkill_SkillType>,
    ) { ... }
    fn get_sprite(self) -> Sprite { ... }
    fn get_skill_name(self) -> Il2CppString { ... }
    fn get_skill_help(self) -> Il2CppString { ... }
    fn ctor(
        self,
        root: impl Into<RingListSkillMenu>,
        level: impl Into<i32>,
        skill_type: impl Into<RingListSkillMenu_MenuItem_ExtraSkill_SkillType>,
        is_got_skill: impl Into<bool>,
    ) { ... }
    fn on_select(self) { ... }
}

Provided Methods§

Source

fn get_type(self) -> RingListSkillMenu_MenuItem_ExtraSkill_SkillType

get_Type() overload

Source

fn set_type( self, value: impl Into<RingListSkillMenu_MenuItem_ExtraSkill_SkillType>, )

set_Type(crate::app::ringlistskillmenu::RingListSkillMenu_MenuItem_ExtraSkill_SkillType) overload

Source

fn get_sprite(self) -> Sprite

GetSprite() overload

Source

fn get_skill_name(self) -> Il2CppString

GetSkillName() overload

Source

fn get_skill_help(self) -> Il2CppString

GetSkillHelp() overload

Source

fn ctor( self, root: impl Into<RingListSkillMenu>, level: impl Into<i32>, skill_type: impl Into<RingListSkillMenu_MenuItem_ExtraSkill_SkillType>, is_got_skill: impl Into<bool>, )

.ctor(crate::app::ringlistskillmenu::RingListSkillMenu, i32, crate::app::ringlistskillmenu::RingListSkillMenu_MenuItem_ExtraSkill_SkillType, bool) overload

Source

fn on_select(self)

OnSelect() 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: IRingListSkillMenu_MenuItem_ExtraSkill> IRingListSkillMenu_MenuItem_ExtraSkillMethods for __T

Available on crate feature app-ringlistskillmenu only.