pub enum RailActivatorComponentColumn {
Show 16 variants
Id,
StartAnim,
LoopAnim,
StopAnim,
StartSound,
LoopSound,
StopSound,
EffectIDs,
Preconditions,
PlayerCollision,
CameraLocked,
StartEffectId,
StopEffectId,
DamageImmune,
NoAggro,
ShowNameBillboard,
}
Expand description
Columns in table RailActivatorComponent
See also: [`RailActivatorComponent.html>
Variants§
Id
Index of column id
StartAnim
Index of column startAnim
LoopAnim
Index of column loopAnim
StopAnim
Index of column stopAnim
StartSound
Index of column startSound
LoopSound
Index of column loopSound
StopSound
Index of column stopSound
EffectIDs
Index of column effectIDs
Preconditions
Index of column preconditions
PlayerCollision
Index of column playerCollision
CameraLocked
Index of column cameraLocked
StartEffectId
Index of column StartEffectID
StopEffectId
Index of column StopEffectID
DamageImmune
Index of column DamageImmune
NoAggro
Index of column NoAggro
ShowNameBillboard
Index of column ShowNameBillboard
Trait Implementations§
source§impl Clone for RailActivatorComponentColumn
impl Clone for RailActivatorComponentColumn
source§fn clone(&self) -> RailActivatorComponentColumn
fn clone(&self) -> RailActivatorComponentColumn
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 moresource§impl Debug for RailActivatorComponentColumn
impl Debug for RailActivatorComponentColumn
source§impl Hash for RailActivatorComponentColumn
impl Hash for RailActivatorComponentColumn
source§impl Ord for RailActivatorComponentColumn
impl Ord for RailActivatorComponentColumn
source§fn cmp(&self, other: &RailActivatorComponentColumn) -> Ordering
fn cmp(&self, other: &RailActivatorComponentColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RailActivatorComponentColumn> for RailActivatorComponentColumn
impl PartialEq<RailActivatorComponentColumn> for RailActivatorComponentColumn
source§fn eq(&self, other: &RailActivatorComponentColumn) -> bool
fn eq(&self, other: &RailActivatorComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RailActivatorComponentColumn> for RailActivatorComponentColumn
impl PartialOrd<RailActivatorComponentColumn> for RailActivatorComponentColumn
source§fn partial_cmp(&self, other: &RailActivatorComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RailActivatorComponentColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for RailActivatorComponentColumn
impl TypedColumn for RailActivatorComponentColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct