Open Rails

UserCommands Enumeration

[This is preliminary documentation and subject to change.]

Specifies game commands.

public enum UserCommands

Remarks

The ordering and naming of these commands is important. They are listed in the UI in the order they are defined in the code, and the first word of each command is the "group" to which it belongs.

Members

Member Name Description
GamePauseMenu 
GameSave 
GameQuit 
GamePause 
GameScreenshot 
GameFullscreen 
GameSwitchAhead 
GameSwitchBehind 
GameSwitchPicked 
GameSignalPicked 
GameSwitchWithMouse 
GameUncoupleWithMouse 
GameChangeCab 
GameRequestControl 
GameMultiPlayerDispatcher 
GameMultiPlayerTexting 
GameSwitchManualMode 
GameClearSignalForward 
GameClearSignalBackward 
GameResetSignalForward 
GameResetSignalBackward 
GameAutopilotMode 
GameSuspendOldPlayer 
DisplayNextWindowTab 
DisplayHelpWindow 
DisplayTrackMonitorWindow 
DisplayHUD 
DisplayCarLabels 
DisplayStationLabels 
DisplaySwitchWindow 
DisplayTrainOperationsWindow 
DisplayNextStationWindow 
DisplayCompassWindow 
DisplayBasicHUDToggle 
DisplayTrainListWindow 
DebugSpeedUp 
DebugSpeedDown 
DebugSpeedReset 
DebugOvercastIncrease 
DebugOvercastDecrease 
DebugFogIncrease 
DebugFogDecrease 
DebugPrecipitationIncrease 
DebugPrecipitationDecrease 
DebugWeatherChange 
DebugClockForwards 
DebugClockBackwards 
DebugLogger 
DebugLockShadows 
DebugDumpKeymap 
DebugLogRenderFrame 
DebugTracks 
DebugSignalling 
DebugResetWheelSlip 
DebugToggleAdvancedAdhesion 
DebugSoundForm 
DebugPhysicsForm 
CameraCab 
CameraThreeDimensionalCab 
CameraToggleShowCab 
CameraHeadOutForward 
CameraHeadOutBackward 
CameraOutsideFront 
CameraOutsideRear 
CameraTrackside 
CameraPassenger 
CameraBrakeman 
CameraFree 
CameraPreviousFree 
CameraReset 
CameraMoveFast 
CameraMoveSlow 
CameraPanLeft 
CameraPanRight 
CameraPanUp 
CameraPanDown 
CameraZoomIn 
CameraZoomOut 
CameraRotateLeft 
CameraRotateRight 
CameraRotateUp 
CameraRotateDown 
CameraCarNext 
CameraCarPrevious 
CameraCarFirst 
CameraCarLast 
CameraJumpingTrains 
CameraJumpBackPlayer 
CameraJumpSeeSwitch 
CameraVibrate 
ControlForwards 
ControlBackwards 
ControlThrottleIncrease 
ControlThrottleDecrease 
ControlThrottleZero 
ControlGearUp 
ControlGearDown 
ControlTrainBrakeIncrease 
ControlTrainBrakeDecrease 
ControlTrainBrakeZero 
ControlEngineBrakeIncrease 
ControlEngineBrakeDecrease 
ControlDynamicBrakeIncrease 
ControlDynamicBrakeDecrease 
ControlBailOff 
ControlInitializeBrakes 
ControlHandbrakeFull 
ControlHandbrakeNone 
ControlOdoMeterShowHide 
ControlOdoMeterReset 
ControlOdoMeterDirection 
ControlRetainersOn 
ControlRetainersOff 
ControlBrakeHoseConnect 
ControlBrakeHoseDisconnect 
ControlAlerter 
ControlEmergencyPushButton 
ControlSander 
ControlSanderToggle 
ControlWiper 
ControlHorn 
ControlBell 
ControlBellToggle 
ControlDoorLeft 
ControlDoorRight 
ControlMirror 
ControlLight 
ControlPantograph1 
ControlPantograph2 
ControlDieselPlayer 
ControlDieselHelper 
ControlHeadlightIncrease 
ControlHeadlightDecrease 
ControlInjector1Increase 
ControlInjector1Decrease 
ControlInjector1 
ControlInjector2Increase 
ControlInjector2Decrease 
ControlInjector2 
ControlBlowerIncrease 
ControlBlowerDecrease 
ControlSteamHeatIncrease 
ControlSteamHeatDecrease 
ControlDamperIncrease 
ControlDamperDecrease 
ControlFireboxOpen 
ControlFireboxClose 
ControlFiringRateIncrease 
ControlFiringRateDecrease 
ControlFireShovelFull 
ControlCylinderCocks 
ControlCylinderCompound 
ControlFiring 
ControlRefill 
ControlTroughRefill 
ControlImmediateRefill 

Requirements

Namespace: ORTS.Settings

Assembly: ORTS.Settings (in ORTS.Settings.dll)

See Also

ORTS.Settings Namespace