#[repr(C)]pub struct AIThink_TrimasteriesSkills {
pub m_skills: Array<SkillData>,
pub m_count: i32,
pub m_last_engage_turn: i32,
}Expand description
Fields§
§m_skills: Array<SkillData>§m_count: i32§m_last_engage_turn: i32Implementations§
Source§impl AIThink_TrimasteriesSkills
impl AIThink_TrimasteriesSkills
Sourcepub fn add(&mut self, skill: impl Into<SkillData>)
pub fn add(&mut self, skill: impl Into<SkillData>)
Add(crate::app::skilldata::SkillData) overload
Sourcepub fn get_mad_storm(&mut self) -> SkillData
pub fn get_mad_storm(&mut self) -> SkillData
get_MadStorm() overload
Sourcepub fn get_miserable(&mut self) -> SkillData
pub fn get_miserable(&mut self) -> SkillData
get_Miserable() overload
Sourcepub fn get_falling_stars(&mut self) -> SkillData
pub fn get_falling_stars(&mut self) -> SkillData
get_FallingStars() overload
Sourcepub fn get_kind(
&mut self,
skill: impl Into<SkillData>,
) -> AIThink_TrimasteriesSkills_Kinds
pub fn get_kind( &mut self, skill: impl Into<SkillData>, ) -> AIThink_TrimasteriesSkills_Kinds
GetKind(crate::app::skilldata::SkillData) overload
Source§impl AIThink_TrimasteriesSkills
impl AIThink_TrimasteriesSkills
pub fn prepare_method_info() -> &'static MethodInfo
pub fn add_method_info() -> &'static MethodInfo
pub fn get_count_method_info() -> &'static MethodInfo
pub fn get_mad_storm_method_info() -> &'static MethodInfo
pub fn get_miserable_method_info() -> &'static MethodInfo
pub fn get_falling_stars_method_info() -> &'static MethodInfo
pub fn get_kind_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_TrimasteriesSkills
impl Clone for AIThink_TrimasteriesSkills
Source§fn clone(&self) -> AIThink_TrimasteriesSkills
fn clone(&self) -> AIThink_TrimasteriesSkills
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AIThink_TrimasteriesSkills
Auto Trait Implementations§
impl Freeze for AIThink_TrimasteriesSkills
impl RefUnwindSafe for AIThink_TrimasteriesSkills
impl Send for AIThink_TrimasteriesSkills
impl Sync for AIThink_TrimasteriesSkills
impl Unpin for AIThink_TrimasteriesSkills
impl UnwindSafe for AIThink_TrimasteriesSkills
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)