C# Class OpenRA.GameSettings

Show file Open project: OpenRA/OpenRA

Public Properties

Property Type Description
AllowDownloading bool
AllowZoom bool
DrawTargetLine bool
FetchNews bool
LockMouseWindow bool
MPGameFilters MPGameFilters
MapRepository string
MiddleMouseScroll MouseScrollType
MouseButtonPreference MouseButtonPreference
MouseScrollDeadzone int
NewsUrl string
Platform string
PreviousMod string
RightMouseScroll MouseScrollType
SelectionDeadzone int
ShowShellmap bool
StatusBars StatusBarsType
UIScrollSpeed float
UseClassicMouseStyle bool
UsePlayerStanceColors bool
ViewportEdgeScroll bool
ViewportEdgeScrollStep float
ZoomModifier Modifiers

Property Details

AllowDownloading public property

public bool AllowDownloading
return bool

AllowZoom public property

public bool AllowZoom
return bool

DrawTargetLine public property

public bool DrawTargetLine
return bool

FetchNews public property

public bool FetchNews
return bool

LockMouseWindow public property

public bool LockMouseWindow
return bool

MPGameFilters public property

public MPGameFilters MPGameFilters
return MPGameFilters

MapRepository public property

public string MapRepository
return string

MiddleMouseScroll public property

public MouseScrollType MiddleMouseScroll
return MouseScrollType

MouseButtonPreference public property

public MouseButtonPreference,OpenRA MouseButtonPreference
return MouseButtonPreference

MouseScrollDeadzone public property

public int MouseScrollDeadzone
return int

NewsUrl public property

public string NewsUrl
return string

Platform public property

public string Platform
return string

PreviousMod public property

public string PreviousMod
return string

RightMouseScroll public property

public MouseScrollType RightMouseScroll
return MouseScrollType

SelectionDeadzone public property

public int SelectionDeadzone
return int

ShowShellmap public property

public bool ShowShellmap
return bool

StatusBars public property

public StatusBarsType StatusBars
return StatusBarsType

UIScrollSpeed public property

public float UIScrollSpeed
return float

UseClassicMouseStyle public property

public bool UseClassicMouseStyle
return bool

UsePlayerStanceColors public property

public bool UsePlayerStanceColors
return bool

ViewportEdgeScroll public property

public bool ViewportEdgeScroll
return bool

ViewportEdgeScrollStep public property

public float ViewportEdgeScrollStep
return float

ZoomModifier public property

public Modifiers ZoomModifier
return Modifiers