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

Engine.DefaultConsole

Extends
Console
Modifiers
native noexport transient

Core.Object
|   
+-- Engine.Console
   |   
   +-- Engine.DefaultConsole

Constants Summary
MaxBorder=6
MaxHistory=16
MaxLines=64
TextMsgSize=128
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
boolbEchoToHUD
boolbNoStuff
textureBorder
intBorderLines
intBorderPixels
intBorderSize
boolbTyping
textureConBackground
stringConnectingMessage
floatConsoleDest
intConsoleLines
floatConsolePos
intHistoryBot
intHistoryCur
intHistoryTop
stringHistory[16]
stringLoadingMessage
PlayerReplicationInfoMsgPlayer[64]
stringMsgText[64]
floatMsgTickTime
floatMsgTick[64]
floatMsgTime
nameMsgType[64]
intNumLines
stringPausedMessage
stringPrecachingMessage
stringSavingMessage
intScrollback
intTextLines
intTopLine
stringTypedStr
DefaultConsole
FontConsoleFont
Inherited Variables from Engine.Console
bNoDrawWorld, ExecListeners, FrameX, FrameY, LevelLoadingPct, PlugIn, Viewport, vtblOut
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Engine.Console
EInputAction, EInputKey
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
event BeginState ()))
Typing
function ClearMessages ()))
function DrawConsoleView (Canvas C ))
function DrawLevelAction (canvas C ))
function DrawSingleView (Canvas C ))
event EndState ()))
Typing
functionPlayerReplicationInfo GetMsgPlayer (int Index))
functionstring GetMsgText (int Index ))
functionfloat GetMsgTick (int Index))
functionname GetMsgType (int Index))
functionstring GetShortMessage (int Index ))
eventbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
eventbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
Typing
eventbool KeyType (EInputKey Key ))
Typing
event Message (coerce string Msg, float MsgLife))
event NotifyLevelChange ()))
event PostRender (canvas C ))
function PrintActionMessage (Canvas C, string BigMessage ))
function SetMsgPlayer (int Index, PlayerReplicationInfo NewMsgPlayer))
function SetMsgText (int Index, string NewMsgText ))
function SetMsgTick (int Index, int NewMsgTick))
function SetMsgType (int Index, name NewMsgType))
function Talk ()))
function TeamTalk ()))
event Tick (float Delta ))
function ToggleEchoToHUD ()))
function Type ()))
function Type ()))
Typing
function ViewDown ()))
function ViewUp ()))
Inherited Functions from Engine.Console
AddExecListener, AddString, ClearMessages, ConnectFailure, ConsoleCommand, ConsoleCommandEx, DisableDrawWorld, EnableDrawWorld, FormatFloat, KeyEvent, KeyType, Message, NotifyLevelChange, PostRender, PreRender, RemoveExecListener, Talk, TeamTalk, TextSize, Tick, TimedMessage, Type, VideoChange
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=

States Summary
Typing Source code
state Typing
BeginState, EndState, KeyEvent, KeyType, Type


Constants Detail

MaxBorder Source code

const MaxBorder = 6;

MaxHistory Source code

const MaxHistory = 16;

MaxLines Source code

const MaxLines = 64;

TextMsgSize Source code

const TextMsgSize = 128;


Variables Detail

bEchoToHUD Source code

var bool bEchoToHUD;

bNoStuff Source code

var bool bNoStuff;

Border Source code

var texture Border;

BorderLines Source code

var int BorderLines;

BorderPixels Source code

var int BorderPixels;

BorderSize Source code

var int BorderSize;

bTyping Source code

var bool bTyping;

ConBackground Source code

var texture ConBackground;

ConnectingMessage Source code

var localized string ConnectingMessage;

ConsoleDest Source code

var float ConsoleDest;

ConsoleLines Source code

var int ConsoleLines;

ConsolePos Source code

var float ConsolePos;

HistoryBot Source code

var int HistoryBot;

HistoryCur Source code

var int HistoryCur;

HistoryTop Source code

var int HistoryTop;

History[16] Source code

var string History[16];

LoadingMessage Source code

var localized string LoadingMessage;

MsgPlayer[64] Source code

var PlayerReplicationInfo MsgPlayer[64];

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;

MsgType[64] Source code

var name MsgType[64];

NumLines Source code

var int NumLines;

PausedMessage Source code

var localized string PausedMessage;

PrecachingMessage Source code

var localized string PrecachingMessage;

SavingMessage Source code

var localized string SavingMessage;

Scrollback Source code

var int Scrollback;

TextLines Source code

var int TextLines;

TopLine Source code

var int TopLine;

TypedStr Source code

var string TypedStr;

DefaultConsole

ConsoleFont Source code

var(DefaultConsole) Font ConsoleFont;


Functions Detail

BeginState Typing Source code

event BeginState ( ) )

ClearMessages Source code

function ClearMessages ( ) )

DrawConsoleView Source code

simulated function DrawConsoleView ( Canvas C ) )

DrawLevelAction Source code

function DrawLevelAction ( canvas C ) )

DrawSingleView Source code

simulated function DrawSingleView ( Canvas C ) )

EndState Typing Source code

event EndState ( ) )

GetMsgPlayer Source code

function PlayerReplicationInfo GetMsgPlayer ( int Index) )

GetMsgText Source code

function string GetMsgText ( int Index ) )

GetMsgTick Source code

function float GetMsgTick ( int Index) )

GetMsgType Source code

function name GetMsgType ( int Index) )

GetShortMessage Source code

function string GetShortMessage ( int Index ) )

KeyEvent Source code

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

KeyEvent Typing Source code

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

KeyType Typing Source code

event bool KeyType ( EInputKey Key ) )

Message Source code

event Message ( coerce string Msg, float MsgLife) )

NotifyLevelChange Source code

event NotifyLevelChange ( ) )

PostRender Source code

event PostRender ( canvas C ) )

PrintActionMessage Source code

function PrintActionMessage ( Canvas C, string BigMessage ) )

SetMsgPlayer Source code

function SetMsgPlayer ( int Index, PlayerReplicationInfo NewMsgPlayer) )

SetMsgText Source code

function SetMsgText ( int Index, string NewMsgText ) )

SetMsgTick Source code

function SetMsgTick ( int Index, int NewMsgTick) )

SetMsgType Source code

function SetMsgType ( int Index, name NewMsgType) )

Talk Source code

exec function Talk ( ) )

TeamTalk Source code

exec function TeamTalk ( ) )

Tick Source code

event Tick ( float Delta ) )

ToggleEchoToHUD Source code

exec function ToggleEchoToHUD ( ) )

Type Source code

exec function Type ( ) )

Type Typing Source code

exec function Type ( ) )

ViewDown Source code

exec function ViewDown ( ) )

ViewUp Source code

exec function ViewUp ( ) )


Defaultproperties

defaultproperties
{
	ConBackground=Texture'Engine.ConsoleBack'
	Border=Texture'Engine.Border'
	LoadingMessage="LOADING"
	SavingMessage="SAVING"
	ConnectingMessage="CONNECTING"
	PausedMessage="PAUSED"
	PrecachingMessage="PRECACHING"
     PlugIn(0)=Class'Engine.TimeDemoPlugin'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:28.650 - Created with UnCodeX