Enum dfhack_proto::messages::AdvmodeMenu
source · pub enum AdvmodeMenu {
Show 47 variants
Default,
Look,
ConversationAddress,
ConversationSelect,
ConversationSpeak,
Inventory,
Drop,
ThrowItem,
Wear,
Remove,
Interact,
Put,
PutContainer,
Eat,
ThrowAim,
Fire,
Get,
Unk17,
CombatPrefs,
Companions,
MovementPrefs,
SpeedPrefs,
InteractAction,
MoveCarefully,
Announcements,
UseBuilding,
Travel,
Unk27,
Unk28,
SleepConfirm,
SelectInteractionTarget,
Unk31,
Unk32,
FallAction,
ViewTracks,
Jump,
Unk36,
AttackConfirm,
AttackType,
AttackBodypart,
AttackStrike,
Unk41,
Unk42,
DodgeDirection,
Unk44,
Unk45,
Build,
}Variants§
Default
Look
ConversationAddress
ConversationSelect
ConversationSpeak
Inventory
Drop
ThrowItem
Wear
Remove
Interact
Put
PutContainer
Eat
ThrowAim
Fire
Get
Unk17
CombatPrefs
Companions
MovementPrefs
SpeedPrefs
InteractAction
MoveCarefully
Announcements
UseBuilding
Travel
Unk27
Unk28
SleepConfirm
SelectInteractionTarget
Unk31
Unk32
FallAction
ViewTracks
Jump
Unk36
AttackConfirm
AttackType
AttackBodypart
AttackStrike
Unk41
Unk42
DodgeDirection
Unk44
Unk45
Build
Trait Implementations§
source§impl Clone for AdvmodeMenu
impl Clone for AdvmodeMenu
source§fn clone(&self) -> AdvmodeMenu
fn clone(&self) -> AdvmodeMenu
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 AdvmodeMenu
impl Debug for AdvmodeMenu
source§impl Default for AdvmodeMenu
impl Default for AdvmodeMenu
source§impl Hash for AdvmodeMenu
impl Hash for AdvmodeMenu
source§impl PartialEq<AdvmodeMenu> for AdvmodeMenu
impl PartialEq<AdvmodeMenu> for AdvmodeMenu
source§fn eq(&self, other: &AdvmodeMenu) -> bool
fn eq(&self, other: &AdvmodeMenu) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for AdvmodeMenu
impl ProtobufEnum for AdvmodeMenu
source§fn from_i32(value: i32) -> Option<AdvmodeMenu>
fn from_i32(value: i32) -> Option<AdvmodeMenu>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for AdvmodeMenu
impl ProtobufValue for AdvmodeMenu
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?