Class: TerminalObject
Defined in: | ../../../../Peppermint/Peppermint/Peppermint/Data/Html/peppermint.coffee |
Overview
Base Terminal class
Examples:
How to subclass an animal
class Lion extends Animal
move: (direction, speed): ->
Instance Method Summary
- # (void) show() Show the console panel
- # (void) clear()
- # (void) log(msg) Construct a new animal.
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
show()
Show the console panel
#
(void)
clear()
#
(void)
log(msg)
Construct a new animal.