#include <console.h>
Public Member Functions | |
| IC_ConsoleConfig () | |
| constructor | |
| void | setDefaults () |
| set the defaults on the console config | |
Public Attributes | |
| vector2df | dimensionRatios |
| this contains the Width and Height ratios to the main view port (0 - 1) | |
| u32 | lineSpacing |
| this is the spacing between two lines in pixels (Default / Min : 2) | |
| u32 | indent |
| this is the indentation for each line in pixels (Default / Min : 1) | |
| IC_VerticalAlignment | valign |
| this is the alignment flag for the vertical placement of the console | |
| IC_HorizontalAlignment | halign |
| this is the alignment flag for the horizontal alignment of the console | |
| bool | bShowBG |
| this is the flag indicating if the console BG should be drawn | |
| irr::video::SColor | bgColor |
| this is the color for the console BG | |
| irr::video::SColor | fontColor |
| this is the font color for the console | |
| String | fontName |
| this is the font name | |
| String | prompt |
| this is the prompt string displayed as prompt$> | |
| u32 | commandHistorySize |
| this is the command history length (defaults to 10) | |
1.3.9.1