Struct paradox_typed_db::rows::PossessableComponentRow
source · pub struct PossessableComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PossessableComponentRow<'a, 'b>
impl<'a, 'b> PossessableComponentRow<'a, 'b>
sourcepub fn control_scheme_id(&self) -> i32
pub fn control_scheme_id(&self) -> i32
Get the data in column controlSchemeID
sourcepub fn minifig_attach_point(&self) -> Option<&'a Latin1Str>
pub fn minifig_attach_point(&self) -> Option<&'a Latin1Str>
Get the data in column minifigAttachPoint
sourcepub fn minifig_attach_animation(&self) -> Option<&'a Latin1Str>
pub fn minifig_attach_animation(&self) -> Option<&'a Latin1Str>
Get the data in column minifigAttachAnimation
sourcepub fn minifig_detach_animation(&self) -> Option<&'a Latin1Str>
pub fn minifig_detach_animation(&self) -> Option<&'a Latin1Str>
Get the data in column minifigDetachAnimation
sourcepub fn mount_attach_animation(&self) -> Option<&'a Latin1Str>
pub fn mount_attach_animation(&self) -> Option<&'a Latin1Str>
Get the data in column mountAttachAnimation
sourcepub fn mount_detach_animation(&self) -> Option<&'a Latin1Str>
pub fn mount_detach_animation(&self) -> Option<&'a Latin1Str>
Get the data in column mountDetachAnimation
sourcepub fn attach_offset_fwd(&self) -> Option<f32>
pub fn attach_offset_fwd(&self) -> Option<f32>
Get the data in column attachOffsetFwd
sourcepub fn attach_offset_right(&self) -> Option<f32>
pub fn attach_offset_right(&self) -> Option<f32>
Get the data in column attachOffsetRight
sourcepub fn possession_type(&self) -> i32
pub fn possession_type(&self) -> i32
Get the data in column possessionType
sourcepub fn want_billboard(&self) -> bool
pub fn want_billboard(&self) -> bool
Get the data in column wantBillboard
sourcepub fn billboard_offset_up(&self) -> Option<f32>
pub fn billboard_offset_up(&self) -> Option<f32>
Get the data in column billboardOffsetUp
sourcepub fn depossess_on_hit(&self) -> bool
pub fn depossess_on_hit(&self) -> bool
Get the data in column depossessOnHit
sourcepub fn hit_stun_time(&self) -> Option<f32>
pub fn hit_stun_time(&self) -> Option<f32>
Get the data in column hitStunTime
Trait Implementations§
source§impl<'a, 'b> Clone for PossessableComponentRow<'a, 'b>
impl<'a, 'b> Clone for PossessableComponentRow<'a, 'b>
source§fn clone(&self) -> PossessableComponentRow<'a, 'b>
fn clone(&self) -> PossessableComponentRow<'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