C# Class OpenRA.GameSettings

Mostra 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_oe property

public bool AllowDownloading
return bool

AllowZoom public_oe property

public bool AllowZoom
return bool

DrawTargetLine public_oe property

public bool DrawTargetLine
return bool

FetchNews public_oe property

public bool FetchNews
return bool

LockMouseWindow public_oe property

public bool LockMouseWindow
return bool

MPGameFilters public_oe property

public MPGameFilters MPGameFilters
return MPGameFilters

MapRepository public_oe property

public string MapRepository
return string

MiddleMouseScroll public_oe property

public MouseScrollType MiddleMouseScroll
return MouseScrollType

MouseButtonPreference public_oe property

public MouseButtonPreference,OpenRA MouseButtonPreference
return MouseButtonPreference

MouseScrollDeadzone public_oe property

public int MouseScrollDeadzone
return int

NewsUrl public_oe property

public string NewsUrl
return string

Platform public_oe property

public string Platform
return string

PreviousMod public_oe property

public string PreviousMod
return string

RightMouseScroll public_oe property

public MouseScrollType RightMouseScroll
return MouseScrollType

SelectionDeadzone public_oe property

public int SelectionDeadzone
return int

ShowShellmap public_oe property

public bool ShowShellmap
return bool

StatusBars public_oe property

public StatusBarsType StatusBars
return StatusBarsType

UIScrollSpeed public_oe property

public float UIScrollSpeed
return float

UseClassicMouseStyle public_oe property

public bool UseClassicMouseStyle
return bool

UsePlayerStanceColors public_oe property

public bool UsePlayerStanceColors
return bool

ViewportEdgeScroll public_oe property

public bool ViewportEdgeScroll
return bool

ViewportEdgeScrollStep public_oe property

public float ViewportEdgeScrollStep
return float

ZoomModifier public_oe property

public Modifiers ZoomModifier
return Modifiers