#[repr(u32)]pub enum QuestEvent {
Show 31 variants
None = 4_294_967_295,
KillActor = 0,
AssaultActor = 1,
ChangeLocation = 2,
Script = 3,
ActorDialogue = 4,
ActorHello = 5,
ActivateActor = 6,
PlayerAddItem = 7,
PlayerRemoveItem = 8,
CraftItem = 9,
PickLock = 10,
Infection = 11,
Cure = 12,
NewVoicePower = 13,
DeadBody = 14,
SkillIncrease = 15,
IncreaseLevel = 16,
ChangeRelationshipRank = 17,
IntimidateNPC = 18,
BribeNPC = 19,
FlatterNPC = 20,
PlayerGetsFavor = 21,
PayFine = 22,
Jail = 23,
ServedTime = 24,
EscapeJail = 25,
Trespass = 26,
CrimeGold = 27,
Arrest = 28,
CastMagic = 29,
}
Variants§
None = 4_294_967_295
KillActor = 0
AssaultActor = 1
ChangeLocation = 2
Script = 3
ActorDialogue = 4
ActorHello = 5
ActivateActor = 6
PlayerAddItem = 7
PlayerRemoveItem = 8
CraftItem = 9
PickLock = 10
Infection = 11
Cure = 12
NewVoicePower = 13
DeadBody = 14
SkillIncrease = 15
IncreaseLevel = 16
ChangeRelationshipRank = 17
IntimidateNPC = 18
BribeNPC = 19
FlatterNPC = 20
PlayerGetsFavor = 21
PayFine = 22
Jail = 23
ServedTime = 24
EscapeJail = 25
Trespass = 26
CrimeGold = 27
Arrest = 28
CastMagic = 29
Trait Implementations§
Source§impl Clone for QuestEvent
impl Clone for QuestEvent
Source§fn clone(&self) -> QuestEvent
fn clone(&self) -> QuestEvent
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 QuestEvent
impl Debug for QuestEvent
Source§impl From<QuestEvent> for QuestEvent_CEnum
impl From<QuestEvent> for QuestEvent_CEnum
Source§fn from(value: QuestEvent) -> Self
fn from(value: QuestEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for QuestEvent
impl Hash for QuestEvent
Source§impl Ord for QuestEvent
impl Ord for QuestEvent
Source§fn cmp(&self, other: &QuestEvent) -> Ordering
fn cmp(&self, other: &QuestEvent) -> 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 for QuestEvent
impl PartialEq for QuestEvent
Source§impl PartialOrd for QuestEvent
impl PartialOrd for QuestEvent
Source§impl TryFrom<QuestEvent_CEnum> for QuestEvent
impl TryFrom<QuestEvent_CEnum> for QuestEvent
impl Copy for QuestEvent
impl Eq for QuestEvent
impl StructuralPartialEq for QuestEvent
Auto Trait Implementations§
impl Freeze for QuestEvent
impl RefUnwindSafe for QuestEvent
impl Send for QuestEvent
impl Sync for QuestEvent
impl Unpin for QuestEvent
impl UnwindSafe for QuestEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more