pub enum MissionTextColumn {
Show 33 variants
Id,
StoryIcon,
MissionIcon,
OfferNpcIcon,
IconId,
State1Anim,
State2Anim,
State3Anim,
State4Anim,
State3TurninAnim,
State4TurninAnim,
OnclickAnim,
CinematicAccepted,
CinematicAcceptedLeadin,
CinematicCompleted,
CinematicCompletedLeadin,
CinematicRepeatable,
CinematicRepeatableLeadin,
CinematicRepeatableCompleted,
CinematicRepeatableCompletedLeadin,
AudioEventGuidInteract,
AudioEventGuidOfferAccept,
AudioEventGuidOfferDeny,
AudioEventGuidCompleted,
AudioEventGuidTurnIn,
AudioEventGuidFailed,
AudioEventGuidProgress,
AudioMusicCueOfferAccept,
AudioMusicCueTurnIn,
TurnInIconId,
Localize,
LocStatus,
GateVersion,
}
Expand description
Columns in table MissionText
See also: [`MissionText.html>
Variants§
Id
Index of column id
StoryIcon
Index of column story_icon
MissionIcon
Index of column missionIcon
OfferNpcIcon
Index of column offerNPCIcon
IconId
Index of column IconID
State1Anim
Index of column state_1_anim
State2Anim
Index of column state_2_anim
State3Anim
Index of column state_3_anim
State4Anim
Index of column state_4_anim
State3TurninAnim
Index of column state_3_turnin_anim
State4TurninAnim
Index of column state_4_turnin_anim
OnclickAnim
Index of column onclick_anim
CinematicAccepted
Index of column CinematicAccepted
CinematicAcceptedLeadin
Index of column CinematicAcceptedLeadin
CinematicCompleted
Index of column CinematicCompleted
CinematicCompletedLeadin
Index of column CinematicCompletedLeadin
CinematicRepeatable
Index of column CinematicRepeatable
CinematicRepeatableLeadin
Index of column CinematicRepeatableLeadin
CinematicRepeatableCompleted
Index of column CinematicRepeatableCompleted
CinematicRepeatableCompletedLeadin
Index of column CinematicRepeatableCompletedLeadin
AudioEventGuidInteract
Index of column AudioEventGUID_Interact
AudioEventGuidOfferAccept
Index of column AudioEventGUID_OfferAccept
AudioEventGuidOfferDeny
Index of column AudioEventGUID_OfferDeny
AudioEventGuidCompleted
Index of column AudioEventGUID_Completed
AudioEventGuidTurnIn
Index of column AudioEventGUID_TurnIn
AudioEventGuidFailed
Index of column AudioEventGUID_Failed
AudioEventGuidProgress
Index of column AudioEventGUID_Progress
AudioMusicCueOfferAccept
Index of column AudioMusicCue_OfferAccept
AudioMusicCueTurnIn
Index of column AudioMusicCue_TurnIn
TurnInIconId
Index of column turnInIconID
Localize
Index of column localize
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for MissionTextColumn
impl Clone for MissionTextColumn
source§fn clone(&self) -> MissionTextColumn
fn clone(&self) -> MissionTextColumn
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MissionTextColumn
impl Debug for MissionTextColumn
source§impl Hash for MissionTextColumn
impl Hash for MissionTextColumn
source§impl Ord for MissionTextColumn
impl Ord for MissionTextColumn
source§fn cmp(&self, other: &MissionTextColumn) -> Ordering
fn cmp(&self, other: &MissionTextColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
source§impl PartialEq<MissionTextColumn> for MissionTextColumn
impl PartialEq<MissionTextColumn> for MissionTextColumn
source§fn eq(&self, other: &MissionTextColumn) -> bool
fn eq(&self, other: &MissionTextColumn) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MissionTextColumn> for MissionTextColumn
impl PartialOrd<MissionTextColumn> for MissionTextColumn
source§fn partial_cmp(&self, other: &MissionTextColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MissionTextColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read more