Midnight Blue Game and Engine
Public Member Functions | Protected Member Functions | List of all members
MB2D.IO.ConsoleCommand Class Reference

Shows or hides the debug console More...

Inheritance diagram for MB2D.IO.ConsoleCommand:
Inheritance graph
Collaboration diagram for MB2D.IO.ConsoleCommand:
Collaboration graph

Public Member Functions

 ConsoleCommand (Keys key, CommandType type)
 Initializes a new instance of the T:MB2D.IO.ConsoleCommand class. More...
 
- Public Member Functions inherited from MB2D.IO.Command
bool Execute (Entity e=null)
 Executes the specific command on the entity parameter More...
 

Protected Member Functions

override void OnKeyPress (Entity e=null)
 Toggles the debug console open/closed More...
 
- Protected Member Functions inherited from MB2D.IO.Command
 Command (Keys key, CommandType commandType)
 Initializes a new instance of the T:MidnightBlue.Command class. More...
 

Additional Inherited Members

- Properties inherited from MB2D.IO.Command
CommandType Type [get, set]
 Gets or sets the trigger type of the command. More...
 
Keys Key [get]
 Gets the keycode associated with the command. More...
 
bool Disabled [get, set]
 

Detailed Description

Shows or hides the debug console

Constructor & Destructor Documentation

§ ConsoleCommand()

MB2D.IO.ConsoleCommand.ConsoleCommand ( Keys  key,
CommandType  type 
)
inline

Initializes a new instance of the T:MB2D.IO.ConsoleCommand class.

Parameters
keyKey to assign the command to.
typeType of command trigger.

Member Function Documentation

§ OnKeyPress()

override void MB2D.IO.ConsoleCommand.OnKeyPress ( Entity  e = null)
inlineprotectedvirtual

Toggles the debug console open/closed

Parameters
eEntity with the controller component. Unused.

Implements MB2D.IO.Command.

Here is the call graph for this function:

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