Struct paradox_typed_db::rows::NpcIconsRow
source · pub struct NpcIconsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the NpcIcons
table
See also: NpcIconsTable
Implementations§
source§impl<'a, 'b> NpcIconsRow<'a, 'b>
impl<'a, 'b> NpcIconsRow<'a, 'b>
sourcepub fn is_clickable(&self) -> bool
pub fn is_clickable(&self) -> bool
Get the data in column isClickable
sourcepub fn rotate_to_face(&self) -> bool
pub fn rotate_to_face(&self) -> bool
Get the data in column rotateToFace
sourcepub fn composite_horiz_offset(&self) -> Option<f32>
pub fn composite_horiz_offset(&self) -> Option<f32>
Get the data in column compositeHorizOffset
sourcepub fn composite_vert_offset(&self) -> Option<f32>
pub fn composite_vert_offset(&self) -> Option<f32>
Get the data in column compositeVertOffset
sourcepub fn composite_scale(&self) -> Option<f32>
pub fn composite_scale(&self) -> Option<f32>
Get the data in column compositeScale
sourcepub fn composite_connection_node(&self) -> Option<&'a Latin1Str>
pub fn composite_connection_node(&self) -> Option<&'a Latin1Str>
Get the data in column compositeConnectionNode
sourcepub fn composite_lot_multi_mission(&self) -> Option<i32>
pub fn composite_lot_multi_mission(&self) -> Option<i32>
Get the data in column compositeLOTMultiMission
sourcepub fn composite_lot_multi_mission_ventor(&self) -> Option<i32>
pub fn composite_lot_multi_mission_ventor(&self) -> Option<i32>
Get the data in column compositeLOTMultiMissionVentor
sourcepub fn composite_icon_texture(&self) -> Option<&'a Latin1Str>
pub fn composite_icon_texture(&self) -> Option<&'a Latin1Str>
Get the data in column compositeIconTexture
Trait Implementations§
source§impl<'a, 'b> Clone for NpcIconsRow<'a, 'b>
impl<'a, 'b> Clone for NpcIconsRow<'a, 'b>
source§fn clone(&self) -> NpcIconsRow<'a, 'b>
fn clone(&self) -> NpcIconsRow<'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