Struct paradox_typed_db::rows::DestructibleComponentRow
source · pub struct DestructibleComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> DestructibleComponentRow<'a, 'b>
impl<'a, 'b> DestructibleComponentRow<'a, 'b>
sourcepub fn faction_list(&self) -> &'a Latin1Str
pub fn faction_list(&self) -> &'a Latin1Str
Get the data in column factionList
sourcepub fn imagination(&self) -> i32
pub fn imagination(&self) -> i32
Get the data in column imagination
sourcepub fn loot_matrix_index(&self) -> Option<i32>
pub fn loot_matrix_index(&self) -> Option<i32>
Get the data in column LootMatrixIndex
sourcepub fn currency_index(&self) -> Option<i32>
pub fn currency_index(&self) -> Option<i32>
Get the data in column CurrencyIndex
sourcepub fn death_behavior(&self) -> i32
pub fn death_behavior(&self) -> i32
Get the data in column death_behavior
sourcepub fn attack_priority(&self) -> i32
pub fn attack_priority(&self) -> i32
Get the data in column attack_priority
sourcepub fn is_smashable(&self) -> bool
pub fn is_smashable(&self) -> bool
Get the data in column isSmashable
sourcepub fn difficulty_level(&self) -> Option<i32>
pub fn difficulty_level(&self) -> Option<i32>
Get the data in column difficultyLevel
Trait Implementations§
source§impl<'a, 'b> Clone for DestructibleComponentRow<'a, 'b>
impl<'a, 'b> Clone for DestructibleComponentRow<'a, 'b>
source§fn clone(&self) -> DestructibleComponentRow<'a, 'b>
fn clone(&self) -> DestructibleComponentRow<'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