Struct paradox_typed_db::rows::RailActivatorComponentRow
source · pub struct RailActivatorComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> RailActivatorComponentRow<'a, 'b>
impl<'a, 'b> RailActivatorComponentRow<'a, 'b>
sourcepub fn start_anim(&self) -> &'a Latin1Str
pub fn start_anim(&self) -> &'a Latin1Str
Get the data in column startAnim
sourcepub fn start_sound(&self) -> Option<&'a Latin1Str>
pub fn start_sound(&self) -> Option<&'a Latin1Str>
Get the data in column startSound
sourcepub fn loop_sound(&self) -> Option<&'a Latin1Str>
pub fn loop_sound(&self) -> Option<&'a Latin1Str>
Get the data in column loopSound
sourcepub fn stop_sound(&self) -> Option<&'a Latin1Str>
pub fn stop_sound(&self) -> Option<&'a Latin1Str>
Get the data in column stopSound
sourcepub fn effect_i_ds(&self) -> Option<&'a Latin1Str>
pub fn effect_i_ds(&self) -> Option<&'a Latin1Str>
Get the data in column effectIDs
sourcepub fn preconditions(&self) -> Option<&'a Latin1Str>
pub fn preconditions(&self) -> Option<&'a Latin1Str>
Get the data in column preconditions
sourcepub fn player_collision(&self) -> bool
pub fn player_collision(&self) -> bool
Get the data in column playerCollision
sourcepub fn camera_locked(&self) -> bool
pub fn camera_locked(&self) -> bool
Get the data in column cameraLocked
sourcepub fn start_effect_id(&self) -> Option<&'a Latin1Str>
pub fn start_effect_id(&self) -> Option<&'a Latin1Str>
Get the data in column StartEffectID
sourcepub fn stop_effect_id(&self) -> Option<&'a Latin1Str>
pub fn stop_effect_id(&self) -> Option<&'a Latin1Str>
Get the data in column StopEffectID
sourcepub fn damage_immune(&self) -> bool
pub fn damage_immune(&self) -> bool
Get the data in column DamageImmune
sourcepub fn show_name_billboard(&self) -> bool
pub fn show_name_billboard(&self) -> bool
Get the data in column ShowNameBillboard
Trait Implementations§
source§impl<'a, 'b> Clone for RailActivatorComponentRow<'a, 'b>
impl<'a, 'b> Clone for RailActivatorComponentRow<'a, 'b>
source§fn clone(&self) -> RailActivatorComponentRow<'a, 'b>
fn clone(&self) -> RailActivatorComponentRow<'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