Property | Type | Description | |
---|---|---|---|
highscores | List |
Method | Description | |
---|---|---|
AddHighscore ( int score, string name ) : void | ||
CutArray ( ) : void | ||
Highscores ( ) : System | ||
LoadHighScores ( ) : void | ||
ReadHighscoresFromFile ( ) : void | ||
SaveHighScores ( ) : void | ||
SortHighScores ( ) : void | ||
SortHighscores ( ) : void | ||
WriteHighscoreToFile ( int score, string name ) : void |
public AddHighscore ( int score, string name ) : void | ||
score | int | |
name | string | |
return | void |
public WriteHighscoreToFile ( int score, string name ) : void | ||
score | int | |
name | string | |
return | void |