Méthode | Description | |
---|---|---|
GnomController ( IGnomTree view ) : System |
Assign a gnom view to the current instance.
|
|
PrintField ( IBalloon matrix ) : void |
Updates the view with information from the provided balloon matrix.
|
|
PrintHighscore ( IHighscoreTable table ) : void |
Prints the highscore in the rankings section of the view.
|
|
PrintMessage ( string message ) : void |
Prints a message on view.
|
|
PrintPlayerMoves ( string moves ) : void |
Display the provided string in the section for user moves.
|
Méthode | Description | |
---|---|---|
InitializeField ( IBalloon matrix ) : void |
public GnomController ( IGnomTree view ) : System | ||
view | IGnomTree | |
Résultat | System |
public PrintField ( IBalloon matrix ) : void | ||
matrix | IBalloon | |
Résultat | void |
public PrintHighscore ( IHighscoreTable table ) : void | ||
table | IHighscoreTable | |
Résultat | void |
public PrintMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public PrintPlayerMoves ( string moves ) : void | ||
moves | string | |
Résultat | void |