- Extends
- Console
Core.Object
|
+-- Engine.Console
|
+-- UWindow.WindowConsole
Direct Known Subclasses:
UBrowserConsole, UnrealConsole
| Inherited Variables from Engine.Console |
| bNoDrawWorld, bNoStuff, Border, BorderLines, BorderPixels, BorderSize, bTimeDemo, bTyping, bValidKeyEvent, ConBackground, ConnectingMessage, ConsoleDest, ConsoleLines, ConsolePos, FrameX, FrameY, HistoryBot, HistoryCur, HistoryTop, History[16], LoadingMessage, MsgPlayer[64], MsgPRINames[64], MsgText[64], MsgTick[64], MsgTime, MsgType[64], NumLines, PausedMessage, PrecachingMessage, SavingMessage, Scrollback, TextLines, TimeDemo, TopLine, TypedStr, Viewport, vtblOut |
| Functions Summary |
 | | BeginState () KeyMenuing |
 | | BeginState () Typing |
 | | CloseUWindow ()
|
 | UWinInteraction | CreateInteraction (Class<UWinInteraction> InterClass)
|
 | | CreateRootWindow (Canvas Canvas)
|
 | UWinInteraction | FindInteraction (Class<UWinInteraction> InterClass, optional bool bCreateOne)
|
 | UWindowWindow | FindOldMenu (class<UWindowWindow> WinClass, UWindowWindow ParentWindow)
|
 | | HandleNetworkError (string Reason)
|
 | | HandleNetworkError (string Reason) UWindow |
 | | HideConsole ()
|
 | | HistoryDown ()
|
 | | HistoryUp ()
|
 | | InsertHistory (string Txt)
|
 | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta)
|
 | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) KeyMenuing |
 | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) Typing |
 | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) UWindow |
 | bool | KeyType (EInputKey Key)
|
 | bool | KeyType (EInputKey Key) UWindow |
 | | LaunchUWindow ()
|
 | | ListUWindowMenu (UWindowWindow Menu)
|
 | | Message (PlayerReplicationInfo PRI, coerce string Msg, name N)
|
 | | NotifyLevelChange ()
|
 | UWindowWindow | OpenUWindowMenu (Class<UWindowWindow> WindClass, float XL, float YL, float XSize, float YSize)
|
 | string | PickNextHistory ()
|
 | string | PickPrevHistory ()
|
 | | PostRender (canvas Canvas)
|
 | | PostRender (canvas Canvas) UWindow |
 | bool | RemoveInteraction (Class<UWinInteraction> InterClass)
|
 | | RenderUWindow (canvas Canvas)
|
 | | ResetUWindow ()
|
 | | SetCustomUMenu (class<UWindowFramedWindow> NewMainMenu)
|
 | | ShowConsole ()
|
 | | Tick (float Delta)
|
 | | Tick (float Delta) UWindow |
 | | ToggleUWindow ()
|
 | | UpdateHistory ()
|
 | | UShowAdminMenu ()
|
 | | UShowAdminMenu () UWindow |
 | | UShowMusicMenu ()
|
 | | UShowMusicMenu () UWindow |
 | | UWindowShowDebug ()
|
| Inherited Functions from Engine.Console |
| BeginState, ClearMessages, ConsoleCommand, DrawConsoleView, DrawLevelAction, DrawSingleView, EndState, GetMsgPlayer, GetMsgText, GetMsgTick, GetMsgType, KeyEvent, KeyType, Message, NotifyLevelChange, PostRender, PreRender, SetMsgPlayer, SetMsgText, SetMsgTick, SetMsgType, Talk, TeamTalk, Tick, Type, ViewDown, ViewUp |
| Inherited Functions from Core.Object |
| !, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Acos, AlignQuatWith, AllFiles, AllLinkers, AllObjects, AppSeconds, Asc, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Divide, Dot, DynamicLoadObject, Enable, EndState, Exp, ExtractString, FClamp, FindObject, FMax, FMin, FRand, GetArraySize, GetAxes, GetDefaultObject, GetEnum, GetParentClass, GetPropertyText, GetStateName, GetUnAxes, GetUnitCoords, GotoState, InsertArrayIdx, InStr, Invert, IsA, IsInState, Left, Len, Lerp, LoadPackageContents, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Quad, QuatError, QuatFromAxisAndAngle, QuatGetAngle, QuatGetAxis, QuatGetVect, QuatNormal, QuatRotate, QuatSize, QuatSizeSquared, QuatSlerp, QuatToRotation, QuatVRotate, Rand, RandRange, RemoveArrayIdx, ResetConfig, Right, RotationToQuat, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, TransformCoordsByNormal, TransformRotatorByNormal, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var bool bBlackout;
var globalconfig bool bConsoleLogChatOnly;
var globalconfig bool bConsoleShowColors;
var bool bCreatedRoot;
var bool bCtrlKeyPressed;
var bool bLevelChange;
var bool bLocked;
var globalconfig bool bLogChatMessages;
var bool bPendingOpenConsole;
var bool bQuickKeyEnable;
var config bool bShowConsole;
var bool bTypingUnicode;
var bool bUWindowActive;
var bool bUWindowType;
var globalconfig byte ConsoleKey;
var string FirstTxtLine;
var globalconfig byte LinuxConsoleKey;
var config float MouseScale;
var float MouseX;
var float MouseY;
var float OldClipX;
var float OldClipY;
var string OldLevel;
var config bool ShowDesktop;
var string Unicodes;
WindowConsole
function BeginState ( )
function BeginState ( )
function CloseUWindow ( )
function HandleNetworkError ( string Reason )
HandleNetworkError UWindow Source code
function HandleNetworkError ( string Reason )
function HideConsole ( )
function HistoryDown ( )
function HistoryUp ( )
function InsertHistory ( string Txt )
function LaunchUWindow ( )
function NotifyLevelChange ( )
function string PickNextHistory ( )
function string PickPrevHistory ( )
function ResetUWindow ( )
function ShowConsole ( )
event Tick ( float Delta )
event Tick ( float Delta )
function ToggleUWindow ( )
function UpdateHistory ( )
exec function UShowAdminMenu ( )
UShowAdminMenu UWindow Source code
exec function UShowAdminMenu ( )
exec function UShowMusicMenu ( )
UShowMusicMenu UWindow Source code
exec function UShowMusicMenu ( )
exec function UWindowShowDebug ( )
defaultproperties
{
RootWindow="UWindow.UWindowRootWindow"
ConsoleClass=Class'UWindow.UWindowConsoleWindow'
MouseScale=0.600000
ConsoleKey=192
LinuxConsoleKey=186
bConsoleShowColors=True
bLogChatMessages=True
}
|
Creation time: vr 22-5-2009 02:19:09.079 - Created with
UnCodeX