[][src]Enum genie_hki::GameCommandHotkeys

pub enum GameCommandHotkeys {
    CreateGroup0,
    CreateGroup1,
    CreateGroup2,
    CreateGroup3,
    CreateGroup4,
    CreateGroup5,
    CreateGroup6,
    CreateGroup7,
    CreateGroup8,
    CreateGroup9,
    SelectGroup0,
    SelectGroup1,
    SelectGroup2,
    SelectGroup3,
    SelectGroup4,
    SelectGroup5,
    SelectGroup6,
    SelectGroup7,
    SelectGroup8,
    SelectGroup9,
    Chat,
    SpeedUp,
    SpeedDown,
    NextIdleVillager,
    NextIdleVillager2,
    CycleFocusArea,
    CycleFocusArea2,
    GoToSelected,
    GoToTownCenter,
    GoToTownCenter2,
    GoToMarket,
    ScrollChatDown,
    ScrollChatUp,
    Score,
    GoToBarracks,
    GoToArcheryRange,
    GoToStable,
    GoToSiegeWorkshop,
    GoToDock,
    GoToMonastery,
    GoToBlacksmith,
    GoToMill,
    GoToUniversity,
    TechTree,
    Achievements,
    DisplayGameTime,
    NextIdleMilitary,
    NextIdleMilitary2,
    Flare,
    GoToCastle,
    GoToMiningCamp,
    GoToSawMill,
    MinimapCombat,
    MinimapResource,
    MinimapNormal,
    ExtendedHelp,
    AdvancedModes,
    Diplomacy,
    Menu,
    Objectives,
    ChatDialog,
    PauseGame,
    SaveGame,
    FriendFoeColors,
    PreviousView,
    SaveChapter,
}

Hotkeys for the game UI.

Variants

CreateGroup0CreateGroup1CreateGroup2CreateGroup3CreateGroup4CreateGroup5CreateGroup6CreateGroup7CreateGroup8CreateGroup9SelectGroup0SelectGroup1SelectGroup2SelectGroup3SelectGroup4SelectGroup5SelectGroup6SelectGroup7SelectGroup8SelectGroup9ChatSpeedUpSpeedDownNextIdleVillagerNextIdleVillager2CycleFocusAreaCycleFocusArea2GoToSelectedGoToTownCenterGoToTownCenter2GoToMarketScrollChatDownScrollChatUpScoreGoToBarracksGoToArcheryRangeGoToStableGoToSiegeWorkshopGoToDockGoToMonasteryGoToBlacksmithGoToMillGoToUniversityTechTreeAchievementsDisplayGameTimeNextIdleMilitaryNextIdleMilitary2FlareGoToCastleGoToMiningCampGoToSawMillMinimapCombatMinimapResourceMinimapNormalExtendedHelpAdvancedModesDiplomacyMenuObjectivesChatDialogPauseGameSaveGameFriendFoeColorsPreviousViewSaveChapter

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.