Public Member Functions | |
| ClientConfig () | |
| int | SetHighscore (int AValue) |
| Inserts the passed value into the highscore ranking. | |
Properties | |
| bool | LocalGame [get, set] |
| Defines whether the next game will be a local game. | |
| String | MapFile [get, set] |
| Defines the file name of the next map. | |
| bool | RecordReplay [get, set] |
| Defines whether a replay shall be recorded. | |
| int[] | Highscore [get] |
Private Attributes | |
| bool | FLocalGame = false |
| String | FMapFile = "" |
| bool | FRecordReplay = false |
| int[] | FHighscore = null |
Definition at line 15 of file ClientConfig.cs.
| Cubes3D.ClientConfig.ClientConfig | ( | ) |
| int Cubes3D.ClientConfig.SetHighscore | ( | int | AValue | ) |
Inserts the passed value into the highscore ranking.
SetHighscore
| [in] | highscore | value |
Definition at line 114 of file ClientConfig.cs.
References Cubes3D.ClientConfig.FHighscore.
Referenced by Cubes3D.MainForm.MainTabControl_SelectedIndexChanged().
bool Cubes3D.ClientConfig.FLocalGame = false [private] |
Definition at line 17 of file ClientConfig.cs.
String Cubes3D.ClientConfig.FMapFile = "" [private] |
Definition at line 18 of file ClientConfig.cs.
bool Cubes3D.ClientConfig.FRecordReplay = false [private] |
Definition at line 19 of file ClientConfig.cs.
int [] Cubes3D.ClientConfig.FHighscore = null [private] |
Definition at line 21 of file ClientConfig.cs.
Referenced by Cubes3D.ClientConfig.ClientConfig(), and Cubes3D.ClientConfig.SetHighscore().
Cubes3D.ClientConfig::LocalGame [get, set] |
Defines whether the next game will be a local game.
Holds the current highscore.
Definition at line 36 of file ClientConfig.cs.
Referenced by Cubes3D.MainForm.LocalLabel_Click(), Cubes3D.MainForm.MainTabControl_SelectedIndexChanged(), Cubes3D.MainForm.RemoteLabel_Click(), and Cubes3D.MainForm.ServerWaitTimer_Tick().
Cubes3D.ClientConfig::MapFile [get, set] |
Defines the file name of the next map.
Definition at line 56 of file ClientConfig.cs.
Referenced by Cubes3D.MainForm.LocalLabel_Click(), Cubes3D.MainForm.MainTabControl_SelectedIndexChanged(), and Cubes3D.MainForm.RemoteLabel_Click().
Cubes3D.ClientConfig::RecordReplay [get, set] |
Defines whether a replay shall be recorded.
Definition at line 76 of file ClientConfig.cs.
Referenced by Cubes3D.MainForm.MainTabControl_SelectedIndexChanged(), and Cubes3D.MainForm.ReplaysLabel_Click().
int [] Cubes3D.ClientConfig.Highscore [get] |
Definition at line 96 of file ClientConfig.cs.
Referenced by Cubes3D.MainForm.MainTabControl_SelectedIndexChanged().
1.5.6