Struct paradox_typed_db::rows::LootTableRow
source · pub struct LootTableRow<'a, 'b> { /* private fields */ }
Expand description
Row of the LootTable
table
See also: LootTableTable
Implementations§
source§impl<'a, 'b> LootTableRow<'a, 'b>
impl<'a, 'b> LootTableRow<'a, 'b>
sourcepub fn loot_table_index(&self) -> i32
pub fn loot_table_index(&self) -> i32
Get the data in column LootTableIndex
sourcepub fn mission_drop(&self) -> bool
pub fn mission_drop(&self) -> bool
Get the data in column MissionDrop
sourcepub fn sort_priority(&self) -> i32
pub fn sort_priority(&self) -> i32
Get the data in column sortPriority
Trait Implementations§
source§impl<'a, 'b> Clone for LootTableRow<'a, 'b>
impl<'a, 'b> Clone for LootTableRow<'a, 'b>
source§fn clone(&self) -> LootTableRow<'a, 'b>
fn clone(&self) -> LootTableRow<'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