Struct paradox_typed_db::rows::AnimationsRow
source · pub struct AnimationsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Animations
table
See also: AnimationsTable
Implementations§
source§impl<'a, 'b> AnimationsRow<'a, 'b>
impl<'a, 'b> AnimationsRow<'a, 'b>
sourcepub fn animation_group_id(&self) -> i32
pub fn animation_group_id(&self) -> i32
Get the data in column animationGroupID
sourcepub fn animation_type(&self) -> &'a Latin1Str
pub fn animation_type(&self) -> &'a Latin1Str
Get the data in column animation_type
sourcepub fn animation_name(&self) -> &'a Latin1Str
pub fn animation_name(&self) -> &'a Latin1Str
Get the data in column animation_name
sourcepub fn chance_to_play(&self) -> f32
pub fn chance_to_play(&self) -> f32
Get the data in column chance_to_play
sourcepub fn animation_length(&self) -> f32
pub fn animation_length(&self) -> f32
Get the data in column animation_length
sourcepub fn hide_equip(&self) -> bool
pub fn hide_equip(&self) -> bool
Get the data in column hideEquip
sourcepub fn ignore_upper_body(&self) -> bool
pub fn ignore_upper_body(&self) -> bool
Get the data in column ignoreUpperBody
sourcepub fn restartable(&self) -> bool
pub fn restartable(&self) -> bool
Get the data in column restartable
sourcepub fn face_animation_name(&self) -> Option<&'a Latin1Str>
pub fn face_animation_name(&self) -> Option<&'a Latin1Str>
Get the data in column face_animation_name
sourcepub fn blend_time(&self) -> Option<f32>
pub fn blend_time(&self) -> Option<f32>
Get the data in column blendTime
Trait Implementations§
source§impl<'a, 'b> Clone for AnimationsRow<'a, 'b>
impl<'a, 'b> Clone for AnimationsRow<'a, 'b>
source§fn clone(&self) -> AnimationsRow<'a, 'b>
fn clone(&self) -> AnimationsRow<'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