Struct paradox_typed_db::rows::SkillBehaviorRow
source · pub struct SkillBehaviorRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> SkillBehaviorRow<'a, 'b>
impl<'a, 'b> SkillBehaviorRow<'a, 'b>
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
sourcepub fn behavior_id(&self) -> i32
pub fn behavior_id(&self) -> i32
Get the data in column behaviorID
sourcepub fn imaginationcost(&self) -> i32
pub fn imaginationcost(&self) -> i32
Get the data in column imaginationcost
sourcepub fn cooldowngroup(&self) -> Option<i32>
pub fn cooldowngroup(&self) -> Option<i32>
Get the data in column cooldowngroup
sourcepub fn in_npc_editor(&self) -> bool
pub fn in_npc_editor(&self) -> bool
Get the data in column inNpcEditor
sourcepub fn skill_icon(&self) -> Option<i32>
pub fn skill_icon(&self) -> Option<i32>
Get the data in column skillIcon
sourcepub fn oom_skill_id(&self) -> Option<&'a Latin1Str>
pub fn oom_skill_id(&self) -> Option<&'a Latin1Str>
Get the data in column oomSkillID
sourcepub fn oom_behavior_effect_id(&self) -> Option<i32>
pub fn oom_behavior_effect_id(&self) -> Option<i32>
Get the data in column oomBehaviorEffectID
sourcepub fn cast_type_desc(&self) -> Option<i32>
pub fn cast_type_desc(&self) -> Option<i32>
Get the data in column castTypeDesc
sourcepub fn im_bonus_ui(&self) -> Option<i32>
pub fn im_bonus_ui(&self) -> Option<i32>
Get the data in column imBonusUI
sourcepub fn life_bonus_ui(&self) -> Option<i32>
pub fn life_bonus_ui(&self) -> Option<i32>
Get the data in column lifeBonusUI
sourcepub fn armor_bonus_ui(&self) -> Option<i32>
pub fn armor_bonus_ui(&self) -> Option<i32>
Get the data in column armorBonusUI
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
sourcepub fn cancel_type(&self) -> Option<i32>
pub fn cancel_type(&self) -> Option<i32>
Get the data in column cancelType
Trait Implementations§
source§impl<'a, 'b> Clone for SkillBehaviorRow<'a, 'b>
impl<'a, 'b> Clone for SkillBehaviorRow<'a, 'b>
source§fn clone(&self) -> SkillBehaviorRow<'a, 'b>
fn clone(&self) -> SkillBehaviorRow<'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