Method | Description | |
---|---|---|
Execute ( string input ) : void |
Executes python commands from the console.
|
|
IsOpen ( ) : bool |
Check if the console is open.
|
|
MpqConsole ( Microsoft.Xna.Framework.Game game, |
Creates a new MpqConsole
|
|
Open ( ) : void |
Opens the console.
|
|
Write ( string s ) : void |
Writes text to the console
|
|
WriteLine ( string s ) : void |
Writes a line to the console
|
public MpqConsole ( Microsoft.Xna.Framework.Game game, |
||
game | Microsoft.Xna.Framework.Game | |
font | ||
return | System |