roll.RollView Class
A view for rolling the dice. It inherits from misc.BaseOverlay. It calls the "rollDice" method on its controller if the user clicks the "Roll" button.
Constructor
roll.RollView
()
Item Index
Methods
changeMessage
(
-
message
Updates the countdown message
Parameters:
-
message
Stringthe new countdown message
Returns:
void
closeModal
()
makes the overlay invisible
Returns:
void
setController
(
-
controller
sets the Controller for the view
Parameters:
-
controller
misc.BaseController
Returns:
void
showModal
()
makes the overlay visible
Returns:
void