Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Draw ( bool forceFullScreen ) : void | ||
Dump ( string file ) : void | ||
Init ( ) : void | ||
LoadGraphics ( ) : void |
Can't be combined with init, because init happens before the renderSystem is initialized.
|
|
ProcessEvent ( |
||
WriteLine ( string msg ) : void | ||
idGameConsole ( ) : System |
Метод | Описание | |
---|---|---|
ClearNotificationLines ( ) : void | ||
Cmd_Clear ( object sender, |
||
Cmd_Dump ( object sender, |
||
DrawFPS ( float y ) : float | ||
DrawInput ( ) : void | ||
DrawNotify ( ) : void | ||
DrawSolidConsole ( float fraction ) : void |
Draws the console with the solid background.
|
|
DrawText ( int lines, float y ) : void | ||
DrawVersion ( int lines ) : void | ||
Scroll ( ) : void |
Deals with scrolling text because we don't have key repeat.
|
|
SetDisplayFraction ( float fraction ) : void |
Causes the console to start opening the desired amount.
|
|
UpdateDisplayFraction ( ) : void |
Scrolls the console up or down based on conspeed.
|
public Draw ( bool forceFullScreen ) : void | ||
forceFullScreen | bool | |
Результат | void |
public ProcessEvent ( |
||
ev | ||
forceAccept | bool | |
Результат | bool |