Struct paradox_typed_db::rows::LootMatrixIndexRow
source · pub struct LootMatrixIndexRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> LootMatrixIndexRow<'a, 'b>
impl<'a, 'b> LootMatrixIndexRow<'a, 'b>
sourcepub fn loot_matrix_index(&self) -> i32
pub fn loot_matrix_index(&self) -> i32
Get the data in column LootMatrixIndex
sourcepub fn in_npc_editor(&self) -> bool
pub fn in_npc_editor(&self) -> bool
Get the data in column inNpcEditor
Trait Implementations§
source§impl<'a, 'b> Clone for LootMatrixIndexRow<'a, 'b>
impl<'a, 'b> Clone for LootMatrixIndexRow<'a, 'b>
source§fn clone(&self) -> LootMatrixIndexRow<'a, 'b>
fn clone(&self) -> LootMatrixIndexRow<'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