The Main Menu class. This window is displayed upon starting game, and can link you to HowToPlay playing the Game.
More...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
The Main Menu class. This window is displayed upon starting game, and can link you to HowToPlay playing the Game.
§ MainMenu()
View.Menu_Module.MainMenu.MainMenu |
( |
| ) |
|
Constructor for Main Menu window
§ Dispose()
override void View.Menu_Module.MainMenu.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
§ getInstruct()
Boolean View.Menu_Module.MainMenu.getInstruct |
( |
| ) |
|
returns current instruct boolean
§ setInstructFalse()
void View.Menu_Module.MainMenu.setInstructFalse |
( |
| ) |
|
sets instruct to false when no longer on how-to-play gameState
§ instruct
bool View.Menu_Module.MainMenu.instruct = false |
boolean that checks if instruct button is clicked
§ load
bool View.Menu_Module.MainMenu.load = false |
boolean that checks if load button is clicked
§ quit
bool View.Menu_Module.MainMenu.quit = false |
boolean that checks if quit button is clicked
§ start
bool View.Menu_Module.MainMenu.start = false |
boolean that checks if start button is clicked
The documentation for this class was generated from the following files:
- C:/Users/Thien Trandinh/Documents/Blaze-Brigade/src/Blaze-Brigade/Blaze_Brigade/MainMenu.cs
- C:/Users/Thien Trandinh/Documents/Blaze-Brigade/src/Blaze-Brigade/Blaze_Brigade/MainMenu.Designer.cs