Struct paradox_typed_db::rows::LootMatrixRow
source · pub struct LootMatrixRow<'a, 'b> { /* private fields */ }
Expand description
Row of the LootMatrix
table
See also: LootMatrixTable
Implementations§
source§impl<'a, 'b> LootMatrixRow<'a, 'b>
impl<'a, 'b> LootMatrixRow<'a, 'b>
sourcepub fn loot_matrix_index(&self) -> i32
pub fn loot_matrix_index(&self) -> i32
Get the data in column LootMatrixIndex
sourcepub fn loot_table_index(&self) -> i32
pub fn loot_table_index(&self) -> i32
Get the data in column LootTableIndex
sourcepub fn rarity_table_index(&self) -> i32
pub fn rarity_table_index(&self) -> i32
Get the data in column RarityTableIndex
sourcepub fn min_to_drop(&self) -> i32
pub fn min_to_drop(&self) -> i32
Get the data in column minToDrop
sourcepub fn max_to_drop(&self) -> i32
pub fn max_to_drop(&self) -> i32
Get the data in column maxToDrop
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
Trait Implementations§
source§impl<'a, 'b> Clone for LootMatrixRow<'a, 'b>
impl<'a, 'b> Clone for LootMatrixRow<'a, 'b>
source§fn clone(&self) -> LootMatrixRow<'a, 'b>
fn clone(&self) -> LootMatrixRow<'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