Struct paradox_typed_db::rows::ObjectSkillsRow
source · pub struct ObjectSkillsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ObjectSkillsRow<'a, 'b>
impl<'a, 'b> ObjectSkillsRow<'a, 'b>
sourcepub fn object_template(&self) -> i32
pub fn object_template(&self) -> i32
Get the data in column objectTemplate
sourcepub fn cast_on_type(&self) -> Option<i32>
pub fn cast_on_type(&self) -> Option<i32>
Get the data in column castOnType
sourcepub fn ai_combat_weight(&self) -> Option<i32>
pub fn ai_combat_weight(&self) -> Option<i32>
Get the data in column AICombatWeight
Trait Implementations§
source§impl<'a, 'b> Clone for ObjectSkillsRow<'a, 'b>
impl<'a, 'b> Clone for ObjectSkillsRow<'a, 'b>
source§fn clone(&self) -> ObjectSkillsRow<'a, 'b>
fn clone(&self) -> ObjectSkillsRow<'a, 'b>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more