Struct paradox_typed_db::rows::AiCombatRolesRow
source · pub struct AiCombatRolesRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> AiCombatRolesRow<'a, 'b>
impl<'a, 'b> AiCombatRolesRow<'a, 'b>
sourcepub fn preferred_role(&self) -> i32
pub fn preferred_role(&self) -> i32
Get the data in column preferredRole
sourcepub fn specified_min_range_nouse(&self) -> Option<f32>
pub fn specified_min_range_nouse(&self) -> Option<f32>
Get the data in column specifiedMinRangeNOUSE
sourcepub fn specified_max_range_nouse(&self) -> Option<f32>
pub fn specified_max_range_nouse(&self) -> Option<f32>
Get the data in column specifiedMaxRangeNOUSE
sourcepub fn specific_min_range(&self) -> Option<f32>
pub fn specific_min_range(&self) -> Option<f32>
Get the data in column specificMinRange
sourcepub fn specific_max_range(&self) -> Option<f32>
pub fn specific_max_range(&self) -> Option<f32>
Get the data in column specificMaxRange
Trait Implementations§
source§impl<'a, 'b> Clone for AiCombatRolesRow<'a, 'b>
impl<'a, 'b> Clone for AiCombatRolesRow<'a, 'b>
source§fn clone(&self) -> AiCombatRolesRow<'a, 'b>
fn clone(&self) -> AiCombatRolesRow<'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