Mostly Harmless
UE1:WindowConsole (U1)
Contents
- 1 Properties
- 1.1 Property group 'WindowConsole'
- 1.2 Internal variables
- 1.2.1 bBlackout
- 1.2.2 bCreatedRoot
- 1.2.3 bLocked
- 1.2.4 bQuickKeyEnable
- 1.2.5 bShowConsole
- 1.2.6 bUWindowActive
- 1.2.7 bUWindowType
- 1.2.8 ConsoleClass
- 1.2.9 ConsoleWindow
- 1.2.10 MouseScale
- 1.2.11 MouseX
- 1.2.12 MouseY
- 1.2.13 OldClipX
- 1.2.14 OldClipY
- 1.2.15 Root
- 1.2.16 ShowDesktop
- 1.2.17 UWindowKey
- 1.2.18 UWindowQuickKey
- 2 Functions
- 3 States
- Package:
- UWindow
- Direct subclass:
- UBrowserConsole
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
WindowConsole - console replacer to implement UWindow UI System
Properties
Property group 'WindowConsole'
RootWindow
Type: string
Modifiers: config
Default value: "UWindow.UWindowRootWindow"
Internal variables
bBlackout
Type: bool
bCreatedRoot
Type: bool
bLocked
Type: bool
bQuickKeyEnable
Type: bool
bShowConsole
Type: bool
Modifiers: config
bUWindowActive
Type: bool
bUWindowType
Type: bool
ConsoleClass
Type: class<UWindowConsoleWindow>
Default value: Class'UWindow.UWindowConsoleWindow'
ConsoleWindow
Type: UWindowConsoleWindow
MouseScale
Type: float
Modifiers: config
Default value: 0.6
MouseX
Type: float
MouseY
Type: float
OldClipX
Type: float
OldClipY
Type: float
Root
Type: UWindowRootWindow
ShowDesktop
Type: bool
Modifiers: config
UWindowKey
Type: Console.EInputKey
Modifiers: config
UWindowQuickKey
Type: Console.EInputKey
Modifiers: config
Default value: IK_ScrollLock
Functions
Events
KeyEvent
Overrides: Console.KeyEvent
Message
Overrides: Console.Message
Other instance functions
CloseUWindow
CreateRootWindow
HideConsole
HistoryDown
HistoryUp
LaunchUWindow
RenderUWindow
ResetUWindow
ShowConsole
ToggleUWindow
UpdateHistory
States
UWindow
UWindow.BeginState
Overrides: Object.BeginState (global)
UWindow.EndState
Overrides: Object.EndState (global)
UWindow.KeyEvent
Overrides: KeyEvent (global)
UWindow.KeyType
Overrides: Console.KeyType (global)
UWindow.PostRender
Overrides: Console.PostRender (global)
UWindow.Tick
Overrides: Console.Tick (global)