Blaze-Brigade  Rev1
View.HowToPlay2 Class Reference

How to Play Menu 2 is opened with next is clicked on HowToPlay Menu More...

Inheritance diagram for View.HowToPlay2:

Public Member Functions

 HowToPlay2 ()
 
void setQuitFalse ()
 
Boolean getQuit ()
 
void setNextFalse ()
 
Boolean getNext ()
 

Public Attributes

bool quit = false
 
bool next = false
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

How to Play Menu 2 is opened with next is clicked on HowToPlay Menu

Constructor & Destructor Documentation

§ HowToPlay2()

View.HowToPlay2.HowToPlay2 ( )

Constructor for HowToPlay2 window

Member Function Documentation

§ Dispose()

override void View.HowToPlay2.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

§ getNext()

Boolean View.HowToPlay2.getNext ( )

returns if quit button is currently clicked

§ getQuit()

Boolean View.HowToPlay2.getQuit ( )

returns if quit button is currently clicked

§ setNextFalse()

void View.HowToPlay2.setNextFalse ( )

checks if Game State is no longer inside How To Play

§ setQuitFalse()

void View.HowToPlay2.setQuitFalse ( )

checks if Game State is no longer inside How To Play

Member Data Documentation

§ next

bool View.HowToPlay2.next = false

boolean that checks if next button is clicked

§ quit

bool View.HowToPlay2.quit = false

boolean that checks if quit button is clicked


The documentation for this class was generated from the following files: