Struct paradox_typed_db::rows::PetComponentRow
source · pub struct PetComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PetComponentRow<'a, 'b>
impl<'a, 'b> PetComponentRow<'a, 'b>
sourcepub fn min_tame_update_time(&self) -> f32
pub fn min_tame_update_time(&self) -> f32
Get the data in column minTameUpdateTime
sourcepub fn max_tame_update_time(&self) -> f32
pub fn max_tame_update_time(&self) -> f32
Get the data in column maxTameUpdateTime
sourcepub fn percent_tame_chance(&self) -> f32
pub fn percent_tame_chance(&self) -> f32
Get the data in column percentTameChance
sourcepub fn tamability(&self) -> f32
pub fn tamability(&self) -> f32
Get the data in column tamability
sourcepub fn element_type(&self) -> i32
pub fn element_type(&self) -> i32
Get the data in column elementType
sourcepub fn walk_speed(&self) -> f32
pub fn walk_speed(&self) -> f32
Get the data in column walkSpeed
sourcepub fn sprint_speed(&self) -> f32
pub fn sprint_speed(&self) -> f32
Get the data in column sprintSpeed
sourcepub fn idle_time_min(&self) -> f32
pub fn idle_time_min(&self) -> f32
Get the data in column idleTimeMin
sourcepub fn idle_time_max(&self) -> f32
pub fn idle_time_max(&self) -> f32
Get the data in column idleTimeMax
sourcepub fn imagination_drain_rate(&self) -> f32
pub fn imagination_drain_rate(&self) -> f32
Get the data in column imaginationDrainRate
sourcepub fn audio_meta_event_set(&self) -> Option<&'a Latin1Str>
pub fn audio_meta_event_set(&self) -> Option<&'a Latin1Str>
Get the data in column AudioMetaEventSet
Trait Implementations§
source§impl<'a, 'b> Clone for PetComponentRow<'a, 'b>
impl<'a, 'b> Clone for PetComponentRow<'a, 'b>
source§fn clone(&self) -> PetComponentRow<'a, 'b>
fn clone(&self) -> PetComponentRow<'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