- Extends
- Console
Core.Object
|
+-- Engine.Interactions
|
+-- Engine.Interaction
|
+-- Engine.Console
|
+-- UWindow.WindowConsole
Inherited Variables from Engine.Console |
BackgroundTexture, bAllowed, bIgnoreKeys, bTyping, ConsoleFont, ConsoleKey, HistoryBot, HistoryCur, HistoryTop, History[MaxHistory], TypedStr |
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 |
const MaxLines = 64;
const TextMsgSize = 128;
var bool bBlackout;
var bool bCreatedRoot;
var bool bLevelChange;
var bool bLocked;
var bool bNoDrawWorld;
var bool bNoStuff;
var bool bQuickKeyEnable;
var config bool bShowConsole;
var bool bTyping;
var bool bUWindowActive;
var bool bUWindowType;
var float ConsoleDest;
var int ConsoleLines;
var float ConsolePos;
var config float MouseScale;
var float MouseX;
var float MouseY;
var string MsgText[64];
var float MsgTickTime;
var float MsgTick[64];
var float MsgTime;
var int NumLines;
var float OldClipX;
var float OldClipY;
var string OldLevel;
var int Scrollback;
var config bool ShowDesktop;
var int TextLines;
var int TopLine;
WindowConsole
function CloseUWindow ( ) )
function HideConsole ( ) )
function HistoryDown ( ) )
function HistoryUp ( ) )
function bool KeyType (
EInputKey Key, optional
string Unicode ) )
function LaunchUWindow ( ) )
event
Message ( coerce
string Msg,
float MsgLife ) )
function NotifyLevelChange ( ) )
function ResetUWindow ( ) )
function ShowConsole ( ) )
event Tick ( float Delta ) )
event Tick ( float Delta ) )
function ToggleUWindow ( ) )
function UpdateHistory ( ) )
defaultproperties
{
MouseScale=0.6
RootWindow="UWindow.UWindowRootWindow"
UWindowKey=IK_Esc
ConsoleKey=192
ConsoleClass=class'UWindowConsoleWindow'
bShowConsole=False
bLevelChange=False
}
|
Creation time: st 23.5.2018 00:10:39.194 - Created with
UnCodeX