pub trait IGodGrowthData_LevelDataMethods: IGodGrowthData_LevelData {
Show 15 methods
// Provided methods
fn get_synchro_skills(self) -> SkillArray { ... }
fn set_synchro_skills(self, value: impl Into<SkillArray>) { ... }
fn get_engaged_skills(self) -> SkillArray { ... }
fn set_engaged_skills(self, value: impl Into<SkillArray>) { ... }
fn get_engage_skills(self) -> SkillArray { ... }
fn set_engage_skills(self, value: impl Into<SkillArray>) { ... }
fn get_style_engage_items(self) -> GodGrowthData_StyleItems { ... }
fn set_style_engage_items(self, value: impl Into<GodGrowthData_StyleItems>) { ... }
fn get_aptitude(self) -> WeaponMask { ... }
fn set_aptitude(self, value: impl Into<WeaponMask>) { ... }
fn get_flags(self) -> GodGrowthData_FlagField { ... }
fn set_flags(self, value: impl Into<GodGrowthData_FlagField>) { ... }
fn ctor(self) { ... }
fn ctor_2(self, src: impl Into<GodGrowthData_LevelData>) { ... }
fn add(self, data: impl Into<GodGrowthData>) { ... }
}Provided Methods§
Sourcefn get_synchro_skills(self) -> SkillArray
fn get_synchro_skills(self) -> SkillArray
get_SynchroSkills() overload
Sourcefn set_synchro_skills(self, value: impl Into<SkillArray>)
fn set_synchro_skills(self, value: impl Into<SkillArray>)
set_SynchroSkills(crate::app::skillarray::SkillArray) overload
Sourcefn get_engaged_skills(self) -> SkillArray
fn get_engaged_skills(self) -> SkillArray
get_EngagedSkills() overload
Sourcefn set_engaged_skills(self, value: impl Into<SkillArray>)
fn set_engaged_skills(self, value: impl Into<SkillArray>)
set_EngagedSkills(crate::app::skillarray::SkillArray) overload
Sourcefn get_engage_skills(self) -> SkillArray
fn get_engage_skills(self) -> SkillArray
get_EngageSkills() overload
Sourcefn set_engage_skills(self, value: impl Into<SkillArray>)
fn set_engage_skills(self, value: impl Into<SkillArray>)
set_EngageSkills(crate::app::skillarray::SkillArray) overload
Sourcefn get_style_engage_items(self) -> GodGrowthData_StyleItems
fn get_style_engage_items(self) -> GodGrowthData_StyleItems
get_StyleEngageItems() overload
Sourcefn set_style_engage_items(self, value: impl Into<GodGrowthData_StyleItems>)
fn set_style_engage_items(self, value: impl Into<GodGrowthData_StyleItems>)
set_StyleEngageItems(crate::app::godgrowthdata::GodGrowthData_StyleItems) overload
Sourcefn get_aptitude(self) -> WeaponMask
fn get_aptitude(self) -> WeaponMask
get_Aptitude() overload
Sourcefn set_aptitude(self, value: impl Into<WeaponMask>)
fn set_aptitude(self, value: impl Into<WeaponMask>)
set_Aptitude(crate::app::weaponmask::WeaponMask) overload
Sourcefn get_flags(self) -> GodGrowthData_FlagField
fn get_flags(self) -> GodGrowthData_FlagField
get_Flags() overload
Sourcefn set_flags(self, value: impl Into<GodGrowthData_FlagField>)
fn set_flags(self, value: impl Into<GodGrowthData_FlagField>)
set_Flags(crate::app::godgrowthdata::GodGrowthData_FlagField) overload
Sourcefn ctor_2(self, src: impl Into<GodGrowthData_LevelData>)
fn ctor_2(self, src: impl Into<GodGrowthData_LevelData>)
.ctor(crate::app::godgrowthdata::GodGrowthData_LevelData) overload
Sourcefn add(self, data: impl Into<GodGrowthData>)
fn add(self, data: impl Into<GodGrowthData>)
Add(crate::app::godgrowthdata::GodGrowthData) 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: IGodGrowthData_LevelData> IGodGrowthData_LevelDataMethods for __T
app-godgrowthdata only.