I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:WindowConsole (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Console >> WindowConsole
Package: 
UWindow
Direct subclasses:
UBrowserConsole, UnrealConsole
This class in other games:
U1, RTNP

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


bLevelChange

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'

ConsoleKey

Type: byte

Modifiers: globalconfig


Default value: 192

ConsoleWindow

Type: UWindowConsoleWindow


MouseScale

Type: float

Modifiers: config


Default value: 0.6

MouseX

Type: float


MouseY

Type: float


OldClipX

Type: float


OldClipY

Type: float


OldLevel

Type: string


Root

Type: UWindowRootWindow


ShowDesktop

Type: bool

Modifiers: config


UWindowKey

Type: Console.EInputKey

Modifiers: config


Functions

Events

AddString

event AddString (coerce string Msg)

Overrides: Console.AddString


KeyEvent

event bool KeyEvent (Console.EInputKey Key, Console.EInputAction Action, float Delta)

Overrides: Console.KeyEvent


Message

event Message (PlayerReplicationInfo PRI, coerce string Msg, name N)

Overrides: Console.Message


NotifyLevelChange

event NotifyLevelChange ()

Overrides: Console.NotifyLevelChange


Tick

event Tick (float Delta)

Overrides: Console.Tick


Other instance functions

CloseUWindow

function CloseUWindow ()


CreateRootWindow

function CreateRootWindow (Canvas Canvas)


HideConsole

function HideConsole ()


HistoryDown

function HistoryDown ()


HistoryUp

function HistoryUp ()


LaunchUWindow

function LaunchUWindow ()


RenderUWindow

function RenderUWindow (Canvas Canvas)


ResetUWindow

function ResetUWindow ()


ShowConsole

function ShowConsole ()


ToggleUWindow

function ToggleUWindow ()


UpdateHistory

function UpdateHistory ()


States

UWindow

UWindow.KeyEvent

event bool KeyEvent (Console.EInputKey Key, Console.EInputAction Action, float Delta)

Overrides: KeyEvent (global)


UWindow.KeyType

event bool KeyType (Console.EInputKey Key)

Overrides: Console.KeyType (global)


UWindow.PostRender

event PostRender (Canvas Canvas)

Overrides: Console.PostRender (global)


UWindow.Tick

event Tick (float Delta)

Overrides: Tick (global)