Struct paradox_typed_db::rows::MovementAiComponentRow
source · pub struct MovementAiComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> MovementAiComponentRow<'a, 'b>
impl<'a, 'b> MovementAiComponentRow<'a, 'b>
sourcepub fn movement_type(&self) -> &'a Latin1Str
pub fn movement_type(&self) -> &'a Latin1Str
Get the data in column MovementType
sourcepub fn wander_chance(&self) -> f32
pub fn wander_chance(&self) -> f32
Get the data in column WanderChance
sourcepub fn wander_delay_min(&self) -> f32
pub fn wander_delay_min(&self) -> f32
Get the data in column WanderDelayMin
sourcepub fn wander_delay_max(&self) -> f32
pub fn wander_delay_max(&self) -> f32
Get the data in column WanderDelayMax
sourcepub fn wander_speed(&self) -> f32
pub fn wander_speed(&self) -> f32
Get the data in column WanderSpeed
sourcepub fn wander_radius(&self) -> f32
pub fn wander_radius(&self) -> f32
Get the data in column WanderRadius
sourcepub fn attached_path(&self) -> Option<&'a Latin1Str>
pub fn attached_path(&self) -> Option<&'a Latin1Str>
Get the data in column attachedPath
Trait Implementations§
source§impl<'a, 'b> Clone for MovementAiComponentRow<'a, 'b>
impl<'a, 'b> Clone for MovementAiComponentRow<'a, 'b>
source§fn clone(&self) -> MovementAiComponentRow<'a, 'b>
fn clone(&self) -> MovementAiComponentRow<'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