Add field description from current Settings wiki entry.
This commit is contained in:
committed by
reaperrr
parent
2cf102d81a
commit
da02620c4e
@@ -86,10 +86,16 @@ namespace OpenRA
|
|||||||
public bool LuaDebug = false;
|
public bool LuaDebug = false;
|
||||||
public bool PerfText = false;
|
public bool PerfText = false;
|
||||||
public bool PerfGraph = false;
|
public bool PerfGraph = false;
|
||||||
|
|
||||||
|
[Desc("Amount of time required for triggering perf.log output.")]
|
||||||
public float LongTickThresholdMs = 1;
|
public float LongTickThresholdMs = 1;
|
||||||
|
|
||||||
public bool SanityCheckUnsyncedCode = false;
|
public bool SanityCheckUnsyncedCode = false;
|
||||||
public int Samples = 25;
|
public int Samples = 25;
|
||||||
|
|
||||||
|
[Desc("Show incompatible games in server browser.")]
|
||||||
public bool IgnoreVersionMismatch = false;
|
public bool IgnoreVersionMismatch = false;
|
||||||
|
|
||||||
public bool StrictActivityChecking = false;
|
public bool StrictActivityChecking = false;
|
||||||
public bool SendSystemInformation = true;
|
public bool SendSystemInformation = true;
|
||||||
public int SystemInformationVersionPrompt = 0;
|
public int SystemInformationVersionPrompt = 0;
|
||||||
@@ -148,6 +154,7 @@ namespace OpenRA
|
|||||||
|
|
||||||
public class PlayerSettings
|
public class PlayerSettings
|
||||||
{
|
{
|
||||||
|
[Desc("Sets the player nickname for in-game and IRC chat.")]
|
||||||
public string Name = "Newbie";
|
public string Name = "Newbie";
|
||||||
public HSLColor Color = new HSLColor(75, 255, 180);
|
public HSLColor Color = new HSLColor(75, 255, 180);
|
||||||
public string LastServer = "localhost:1234";
|
public string LastServer = "localhost:1234";
|
||||||
|
|||||||
Reference in New Issue
Block a user