Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWindow.WindowConsole

Extends
Console

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- Engine.Console
         |   
         +-- UWindow.WindowConsole

Constants Summary
MaxLines=64
TextMsgSize=128
Inherited Contants from Engine.Console
MaxHistory

Variables Summary
boolbBlackout
boolbCreatedRoot
boolbLevelChange
boolbLocked
boolbNoDrawWorld
boolbNoStuff
boolbQuickKeyEnable
boolbShowConsole
boolbTyping
boolbUWindowActive
boolbUWindowType
class<UWindowConsoleWindow>ConsoleClass
floatConsoleDest
intConsoleLines
floatConsolePos
UWindowConsoleWindowConsoleWindow
floatMouseScale
floatMouseX
floatMouseY
stringMsgText[64]
floatMsgTickTime
floatMsgTick[64]
floatMsgTime
intNumLines
floatOldClipX
floatOldClipY
stringOldLevel
UWindowRootWindowRoot
intScrollback
boolShowDesktop
intTextLines
intTopLine
EInputKeyUWindowKey
Engine.viewportViewport
WindowConsole
stringRootWindow
Inherited Variables from Engine.Console
BackgroundTexture, bAllowed, bIgnoreKeys, bTyping, ConsoleFont, ConsoleKey, HistoryBot, HistoryCur, HistoryTop, History[MaxHistory], TypedStr
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Functions Summary
function CloseUWindow ()))
function CreateRootWindow (Canvas Canvas))
function HideConsole ()))
function HistoryDown ()))
function HistoryUp ()))
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
UWindow
functionbool KeyType (EInputKey Key, optional string Unicode ))
UWindow
function LaunchUWindow ()))
event Message (coerce string Msg, float MsgLife ))
function NotifyLevelChange ()))
function PostRender (canvas Canvas ))
UWindow
function RenderUWindow (canvas Canvas ))
function ResetUWindow ()))
function ShowConsole ()))
event Tick (float Delta ))
event Tick (float Delta ))
UWindow
function ToggleUWindow ()))
function UpdateHistory ()))
Inherited Functions from Engine.Console
BeginState, EndState, GetPrevHistoryIndex, Initialize, KeyEvent, KeyType, Message, NativeConsoleOpen, NotifyLevelChange, PostRender, Talk, TeamTalk, Type
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen

States Summary
UWindow Source code
state UWindow
KeyEvent, KeyType, PostRender, Tick


Constants Detail

MaxLines Source code

const MaxLines = 64;

TextMsgSize Source code

const TextMsgSize = 128;


Variables Detail

bBlackout Source code

var bool bBlackout;

bCreatedRoot Source code

var bool bCreatedRoot;

bLevelChange Source code

var bool bLevelChange;

bLocked Source code

var bool bLocked;

bNoDrawWorld Source code

var bool bNoDrawWorld;

bNoStuff Source code

var bool bNoStuff;

bQuickKeyEnable Source code

var bool bQuickKeyEnable;

bShowConsole Source code

var config bool bShowConsole;

bTyping Source code

var bool bTyping;

bUWindowActive Source code

var bool bUWindowActive;

bUWindowType Source code

var bool bUWindowType;

ConsoleClass Source code

var class<UWindowConsoleWindow> ConsoleClass;

ConsoleDest Source code

var float ConsoleDest;

ConsoleLines Source code

var int ConsoleLines;

ConsolePos Source code

var float ConsolePos;

ConsoleWindow Source code

var UWindowConsoleWindow ConsoleWindow;

MouseScale Source code

var config float MouseScale;

MouseX Source code

var float MouseX;

MouseY Source code

var float MouseY;

MsgText[64] Source code

var string MsgText[64];

MsgTickTime Source code

var float MsgTickTime;

MsgTick[64] Source code

var float MsgTick[64];

MsgTime Source code

var float MsgTime;

NumLines Source code

var int NumLines;

OldClipX Source code

var float OldClipX;

OldClipY Source code

var float OldClipY;

OldLevel Source code

var string OldLevel;

Root Source code

var UWindowRootWindow Root;

Scrollback Source code

var int Scrollback;

ShowDesktop Source code

var config bool ShowDesktop;

TextLines Source code

var int TextLines;

TopLine Source code

var int TopLine;

UWindowKey Source code

var config EInputKey UWindowKey;

Viewport Source code

var Engine.viewport Viewport;

WindowConsole

RootWindow Source code

var(WindowConsole) config string RootWindow;


Functions Detail

CloseUWindow Source code

function CloseUWindow ( ) )

CreateRootWindow Source code

function CreateRootWindow ( Canvas Canvas) )

HideConsole Source code

function HideConsole ( ) )

HistoryDown Source code

function HistoryDown ( ) )

HistoryUp Source code

function HistoryUp ( ) )

KeyEvent Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, FLOAT Delta ) )

KeyEvent UWindow Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, FLOAT Delta ) )

KeyType UWindow Source code

function bool KeyType ( EInputKey Key, optional string Unicode ) )

LaunchUWindow Source code

function LaunchUWindow ( ) )

Message Source code

event Message ( coerce string Msg, float MsgLife ) )

NotifyLevelChange Source code

function NotifyLevelChange ( ) )

PostRender UWindow Source code

function PostRender ( canvas Canvas ) )

RenderUWindow Source code

function RenderUWindow ( canvas Canvas ) )

ResetUWindow Source code

function ResetUWindow ( ) )

ShowConsole Source code

function ShowConsole ( ) )

Tick Source code

event Tick ( float Delta ) )

Tick UWindow Source code

event Tick ( float Delta ) )

ToggleUWindow Source code

function ToggleUWindow ( ) )

UpdateHistory Source code

function UpdateHistory ( ) )


Defaultproperties

defaultproperties
{
	MouseScale=0.6
	RootWindow="UWindow.UWindowRootWindow"
	UWindowKey=IK_Esc
	ConsoleKey=192
	ConsoleClass=class'UWindowConsoleWindow'
	bShowConsole=False
	bLevelChange=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:39.194 - Created with UnCodeX