C# Class OpenRA.KeySettings

Datei anzeigen Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
AttackMoveKey OpenRA.Hotkey
CycleBaseKey OpenRA.Hotkey
CycleProductionBuildingsKey OpenRA.Hotkey
CycleStatusBarsKey OpenRA.Hotkey
DeployKey OpenRA.Hotkey
DevReloadChromeKey OpenRA.Hotkey
GuardKey OpenRA.Hotkey
HideUserInterfaceKey OpenRA.Hotkey
MapPushBottom OpenRA.Hotkey
MapPushLeftEdge OpenRA.Hotkey
MapPushRightEdge OpenRA.Hotkey
MapPushTop OpenRA.Hotkey
MapScrollDown OpenRA.Hotkey
MapScrollLeft OpenRA.Hotkey
MapScrollRight OpenRA.Hotkey
MapScrollUp OpenRA.Hotkey
NextProductionTabKey OpenRA.Hotkey
NextTrack OpenRA.Hotkey
ObserverCombinedView OpenRA.Hotkey
ObserverWorldView OpenRA.Hotkey
PauseKey OpenRA.Hotkey
PauseMusic OpenRA.Hotkey
PlaceBeaconKey OpenRA.Hotkey
PowerDownKey OpenRA.Hotkey
PreviousProductionTabKey OpenRA.Hotkey
PreviousTrack OpenRA.Hotkey
Production01Key OpenRA.Hotkey
Production02Key OpenRA.Hotkey
Production03Key OpenRA.Hotkey
Production04Key OpenRA.Hotkey
Production05Key OpenRA.Hotkey
Production06Key OpenRA.Hotkey
Production07Key OpenRA.Hotkey
Production08Key OpenRA.Hotkey
Production09Key OpenRA.Hotkey
Production10Key OpenRA.Hotkey
Production11Key OpenRA.Hotkey
Production12Key OpenRA.Hotkey
Production13Key OpenRA.Hotkey
Production14Key OpenRA.Hotkey
Production15Key OpenRA.Hotkey
Production16Key OpenRA.Hotkey
Production17Key OpenRA.Hotkey
Production18Key OpenRA.Hotkey
Production19Key OpenRA.Hotkey
Production20Key OpenRA.Hotkey
Production21Key OpenRA.Hotkey
Production22Key OpenRA.Hotkey
Production23Key OpenRA.Hotkey
Production24Key OpenRA.Hotkey
ProductionTypeAircraftKey OpenRA.Hotkey
ProductionTypeBuildingKey OpenRA.Hotkey
ProductionTypeDefenseKey OpenRA.Hotkey
ProductionTypeInfantryKey OpenRA.Hotkey
ProductionTypeMerchantKey OpenRA.Hotkey
ProductionTypeNavalKey OpenRA.Hotkey
ProductionTypeTankKey OpenRA.Hotkey
ProductionTypeUpgradeKey OpenRA.Hotkey
ProductionTypeVehicleKey OpenRA.Hotkey
RepairKey OpenRA.Hotkey
ReplaySpeedFastKey OpenRA.Hotkey
ReplaySpeedMaxKey OpenRA.Hotkey
ReplaySpeedRegularKey OpenRA.Hotkey
ReplaySpeedSlowKey OpenRA.Hotkey
ScatterKey OpenRA.Hotkey
SelectAllUnitsKey OpenRA.Hotkey
SelectUnitsByTypeKey OpenRA.Hotkey
SellKey OpenRA.Hotkey
StanceCycleKey OpenRA.Hotkey
StopKey OpenRA.Hotkey
StopMusic OpenRA.Hotkey
SupportPower01Key OpenRA.Hotkey
SupportPower02Key OpenRA.Hotkey
SupportPower03Key OpenRA.Hotkey
SupportPower04Key OpenRA.Hotkey
SupportPower05Key OpenRA.Hotkey
SupportPower06Key OpenRA.Hotkey
TakeScreenshotKey OpenRA.Hotkey
ToLastEventKey OpenRA.Hotkey
ToSelectionKey OpenRA.Hotkey
ToggleMuteKey OpenRA.Hotkey
TogglePixelDoubleKey OpenRA.Hotkey
TogglePlayerStanceColorsKey OpenRA.Hotkey
ViewPortBookmarkSaveSlot1 OpenRA.Hotkey
ViewPortBookmarkSaveSlot2 OpenRA.Hotkey
ViewPortBookmarkSaveSlot3 OpenRA.Hotkey
ViewPortBookmarkSaveSlot4 OpenRA.Hotkey
ViewPortBookmarkUseSlot1 OpenRA.Hotkey
ViewPortBookmarkUseSlot2 OpenRA.Hotkey
ViewPortBookmarkUseSlot3 Hotkey
ViewPortBookmarkUseSlot4 Hotkey

Public Methods

Method Description
GetProductionHotkey ( int index ) : OpenRA.Hotkey
GetSupportPowerHotkey ( int index ) : OpenRA.Hotkey

Private Methods

Method Description
GetKey ( Hotkey>.Func keys, int index ) : OpenRA.Hotkey
GetKeys ( int count, string prefix ) : Hotkey>[].Func

Method Details

GetProductionHotkey() public method

public GetProductionHotkey ( int index ) : OpenRA.Hotkey
index int
return OpenRA.Hotkey

GetSupportPowerHotkey() public method

public GetSupportPowerHotkey ( int index ) : OpenRA.Hotkey
index int
return OpenRA.Hotkey

Property Details

AttackMoveKey public_oe property

public Hotkey,OpenRA AttackMoveKey
return OpenRA.Hotkey

CycleBaseKey public_oe property

public Hotkey,OpenRA CycleBaseKey
return OpenRA.Hotkey

CycleProductionBuildingsKey public_oe property

public Hotkey,OpenRA CycleProductionBuildingsKey
return OpenRA.Hotkey

CycleStatusBarsKey public_oe property

public Hotkey,OpenRA CycleStatusBarsKey
return OpenRA.Hotkey

DeployKey public_oe property

public Hotkey,OpenRA DeployKey
return OpenRA.Hotkey

DevReloadChromeKey public_oe property

public Hotkey,OpenRA DevReloadChromeKey
return OpenRA.Hotkey

GuardKey public_oe property

public Hotkey,OpenRA GuardKey
return OpenRA.Hotkey

HideUserInterfaceKey public_oe property

public Hotkey,OpenRA HideUserInterfaceKey
return OpenRA.Hotkey

MapPushBottom public_oe property

public Hotkey,OpenRA MapPushBottom
return OpenRA.Hotkey

MapPushLeftEdge public_oe property

public Hotkey,OpenRA MapPushLeftEdge
return OpenRA.Hotkey

MapPushRightEdge public_oe property

public Hotkey,OpenRA MapPushRightEdge
return OpenRA.Hotkey

MapPushTop public_oe property

public Hotkey,OpenRA MapPushTop
return OpenRA.Hotkey

MapScrollDown public_oe property

public Hotkey,OpenRA MapScrollDown
return OpenRA.Hotkey

MapScrollLeft public_oe property

public Hotkey,OpenRA MapScrollLeft
return OpenRA.Hotkey

MapScrollRight public_oe property

public Hotkey,OpenRA MapScrollRight
return OpenRA.Hotkey

MapScrollUp public_oe property

public Hotkey,OpenRA MapScrollUp
return OpenRA.Hotkey

NextProductionTabKey public_oe property

public Hotkey,OpenRA NextProductionTabKey
return OpenRA.Hotkey

NextTrack public_oe property

public Hotkey,OpenRA NextTrack
return OpenRA.Hotkey

ObserverCombinedView public_oe property

public Hotkey,OpenRA ObserverCombinedView
return OpenRA.Hotkey

ObserverWorldView public_oe property

public Hotkey,OpenRA ObserverWorldView
return OpenRA.Hotkey

PauseKey public_oe property

public Hotkey,OpenRA PauseKey
return OpenRA.Hotkey

PauseMusic public_oe property

public Hotkey,OpenRA PauseMusic
return OpenRA.Hotkey

PlaceBeaconKey public_oe property

public Hotkey,OpenRA PlaceBeaconKey
return OpenRA.Hotkey

PowerDownKey public_oe property

public Hotkey,OpenRA PowerDownKey
return OpenRA.Hotkey

PreviousProductionTabKey public_oe property

public Hotkey,OpenRA PreviousProductionTabKey
return OpenRA.Hotkey

PreviousTrack public_oe property

public Hotkey,OpenRA PreviousTrack
return OpenRA.Hotkey

Production01Key public_oe property

public Hotkey,OpenRA Production01Key
return OpenRA.Hotkey

Production02Key public_oe property

public Hotkey,OpenRA Production02Key
return OpenRA.Hotkey

Production03Key public_oe property

public Hotkey,OpenRA Production03Key
return OpenRA.Hotkey

Production04Key public_oe property

public Hotkey,OpenRA Production04Key
return OpenRA.Hotkey

Production05Key public_oe property

public Hotkey,OpenRA Production05Key
return OpenRA.Hotkey

Production06Key public_oe property

public Hotkey,OpenRA Production06Key
return OpenRA.Hotkey

Production07Key public_oe property

public Hotkey,OpenRA Production07Key
return OpenRA.Hotkey

Production08Key public_oe property

public Hotkey,OpenRA Production08Key
return OpenRA.Hotkey

Production09Key public_oe property

public Hotkey,OpenRA Production09Key
return OpenRA.Hotkey

Production10Key public_oe property

public Hotkey,OpenRA Production10Key
return OpenRA.Hotkey

Production11Key public_oe property

public Hotkey,OpenRA Production11Key
return OpenRA.Hotkey

Production12Key public_oe property

public Hotkey,OpenRA Production12Key
return OpenRA.Hotkey

Production13Key public_oe property

public Hotkey,OpenRA Production13Key
return OpenRA.Hotkey

Production14Key public_oe property

public Hotkey,OpenRA Production14Key
return OpenRA.Hotkey

Production15Key public_oe property

public Hotkey,OpenRA Production15Key
return OpenRA.Hotkey

Production16Key public_oe property

public Hotkey,OpenRA Production16Key
return OpenRA.Hotkey

Production17Key public_oe property

public Hotkey,OpenRA Production17Key
return OpenRA.Hotkey

Production18Key public_oe property

public Hotkey,OpenRA Production18Key
return OpenRA.Hotkey

Production19Key public_oe property

public Hotkey,OpenRA Production19Key
return OpenRA.Hotkey

Production20Key public_oe property

public Hotkey,OpenRA Production20Key
return OpenRA.Hotkey

Production21Key public_oe property

public Hotkey,OpenRA Production21Key
return OpenRA.Hotkey

Production22Key public_oe property

public Hotkey,OpenRA Production22Key
return OpenRA.Hotkey

Production23Key public_oe property

public Hotkey,OpenRA Production23Key
return OpenRA.Hotkey

Production24Key public_oe property

public Hotkey,OpenRA Production24Key
return OpenRA.Hotkey

ProductionTypeAircraftKey public_oe property

public Hotkey,OpenRA ProductionTypeAircraftKey
return OpenRA.Hotkey

ProductionTypeBuildingKey public_oe property

public Hotkey,OpenRA ProductionTypeBuildingKey
return OpenRA.Hotkey

ProductionTypeDefenseKey public_oe property

public Hotkey,OpenRA ProductionTypeDefenseKey
return OpenRA.Hotkey

ProductionTypeInfantryKey public_oe property

public Hotkey,OpenRA ProductionTypeInfantryKey
return OpenRA.Hotkey

ProductionTypeMerchantKey public_oe property

public Hotkey,OpenRA ProductionTypeMerchantKey
return OpenRA.Hotkey

ProductionTypeNavalKey public_oe property

public Hotkey,OpenRA ProductionTypeNavalKey
return OpenRA.Hotkey

ProductionTypeTankKey public_oe property

public Hotkey,OpenRA ProductionTypeTankKey
return OpenRA.Hotkey

ProductionTypeUpgradeKey public_oe property

public Hotkey,OpenRA ProductionTypeUpgradeKey
return OpenRA.Hotkey

ProductionTypeVehicleKey public_oe property

public Hotkey,OpenRA ProductionTypeVehicleKey
return OpenRA.Hotkey

RepairKey public_oe property

public Hotkey,OpenRA RepairKey
return OpenRA.Hotkey

ReplaySpeedFastKey public_oe property

public Hotkey,OpenRA ReplaySpeedFastKey
return OpenRA.Hotkey

ReplaySpeedMaxKey public_oe property

public Hotkey,OpenRA ReplaySpeedMaxKey
return OpenRA.Hotkey

ReplaySpeedRegularKey public_oe property

public Hotkey,OpenRA ReplaySpeedRegularKey
return OpenRA.Hotkey

ReplaySpeedSlowKey public_oe property

public Hotkey,OpenRA ReplaySpeedSlowKey
return OpenRA.Hotkey

ScatterKey public_oe property

public Hotkey,OpenRA ScatterKey
return OpenRA.Hotkey

SelectAllUnitsKey public_oe property

public Hotkey,OpenRA SelectAllUnitsKey
return OpenRA.Hotkey

SelectUnitsByTypeKey public_oe property

public Hotkey,OpenRA SelectUnitsByTypeKey
return OpenRA.Hotkey

SellKey public_oe property

public Hotkey,OpenRA SellKey
return OpenRA.Hotkey

StanceCycleKey public_oe property

public Hotkey,OpenRA StanceCycleKey
return OpenRA.Hotkey

StopKey public_oe property

public Hotkey,OpenRA StopKey
return OpenRA.Hotkey

StopMusic public_oe property

public Hotkey,OpenRA StopMusic
return OpenRA.Hotkey

SupportPower01Key public_oe property

public Hotkey,OpenRA SupportPower01Key
return OpenRA.Hotkey

SupportPower02Key public_oe property

public Hotkey,OpenRA SupportPower02Key
return OpenRA.Hotkey

SupportPower03Key public_oe property

public Hotkey,OpenRA SupportPower03Key
return OpenRA.Hotkey

SupportPower04Key public_oe property

public Hotkey,OpenRA SupportPower04Key
return OpenRA.Hotkey

SupportPower05Key public_oe property

public Hotkey,OpenRA SupportPower05Key
return OpenRA.Hotkey

SupportPower06Key public_oe property

public Hotkey,OpenRA SupportPower06Key
return OpenRA.Hotkey

TakeScreenshotKey public_oe property

public Hotkey,OpenRA TakeScreenshotKey
return OpenRA.Hotkey

ToLastEventKey public_oe property

public Hotkey,OpenRA ToLastEventKey
return OpenRA.Hotkey

ToSelectionKey public_oe property

public Hotkey,OpenRA ToSelectionKey
return OpenRA.Hotkey

ToggleMuteKey public_oe property

public Hotkey,OpenRA ToggleMuteKey
return OpenRA.Hotkey

TogglePixelDoubleKey public_oe property

public Hotkey,OpenRA TogglePixelDoubleKey
return OpenRA.Hotkey

TogglePlayerStanceColorsKey public_oe property

public Hotkey,OpenRA TogglePlayerStanceColorsKey
return OpenRA.Hotkey

ViewPortBookmarkSaveSlot1 public_oe property

public Hotkey,OpenRA ViewPortBookmarkSaveSlot1
return OpenRA.Hotkey

ViewPortBookmarkSaveSlot2 public_oe property

public Hotkey,OpenRA ViewPortBookmarkSaveSlot2
return OpenRA.Hotkey

ViewPortBookmarkSaveSlot3 public_oe property

public Hotkey,OpenRA ViewPortBookmarkSaveSlot3
return OpenRA.Hotkey

ViewPortBookmarkSaveSlot4 public_oe property

public Hotkey,OpenRA ViewPortBookmarkSaveSlot4
return OpenRA.Hotkey

ViewPortBookmarkUseSlot1 public_oe property

public Hotkey,OpenRA ViewPortBookmarkUseSlot1
return OpenRA.Hotkey

ViewPortBookmarkUseSlot2 public_oe property

public Hotkey,OpenRA ViewPortBookmarkUseSlot2
return OpenRA.Hotkey

ViewPortBookmarkUseSlot3 public_oe property

public Hotkey ViewPortBookmarkUseSlot3
return Hotkey

ViewPortBookmarkUseSlot4 public_oe property

public Hotkey ViewPortBookmarkUseSlot4
return Hotkey