isButtonPressed() public method

public isButtonPressed ( ) : bool
return bool
Exemplo n.º 1
0
 public void guiButtonClick(Button a_button)
 {
     if (!a_button.isButtonPressed())
     {
         a_button.playDownSound();
     }
     setBuildingState(a_button, m_buttonDict[a_button]);
 }