Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 | |
---|---|
bool | bEchoToHUD |
bool | bNoStuff |
texture | Border |
int | BorderLines |
int | BorderPixels |
int | BorderSize |
bool | bTyping |
texture | ConBackground |
string | ConnectingMessage |
float | ConsoleDest |
int | ConsoleLines |
float | ConsolePos |
int | HistoryBot |
int | HistoryCur |
int | HistoryTop |
string | History[16] |
string | LoadingMessage |
PlayerReplicationInfo | MsgPlayer[64] |
string | MsgText[64] |
float | MsgTickTime |
float | MsgTick[64] |
float | MsgTime |
name | MsgType[64] |
int | NumLines |
string | PausedMessage |
string | PrecachingMessage |
string | SavingMessage |
int | Scrollback |
int | TextLines |
int | TopLine |
string | TypedStr |
DefaultConsole | |
Font | ConsoleFont |
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 | ||
---|---|---|
BeginState ())) Typing | ||
ClearMessages ())) | ||
DrawConsoleView (Canvas C )) | ||
DrawLevelAction (canvas C )) | ||
DrawSingleView (Canvas C )) | ||
EndState ())) Typing | ||
PlayerReplicationInfo | GetMsgPlayer (int Index)) | |
string | GetMsgText (int Index )) | |
float | GetMsgTick (int Index)) | |
name | GetMsgType (int Index)) | |
string | GetShortMessage (int Index )) | |
bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta )) | |
bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta )) Typing | |
bool | KeyType (EInputKey Key )) Typing | |
Message (coerce string Msg, float MsgLife)) | ||
NotifyLevelChange ())) | ||
PostRender (canvas C )) | ||
PrintActionMessage (Canvas C, string BigMessage )) | ||
SetMsgPlayer (int Index, PlayerReplicationInfo NewMsgPlayer)) | ||
SetMsgText (int Index, string NewMsgText )) | ||
SetMsgTick (int Index, int NewMsgTick)) | ||
SetMsgType (int Index, name NewMsgType)) | ||
Talk ())) | ||
TeamTalk ())) | ||
Tick (float Delta )) | ||
ToggleEchoToHUD ())) | ||
Type ())) | ||
Type ())) Typing | ||
ViewDown ())) | ||
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 |
States Summary |
---|
Typing Source code |
---|
state Typing |
BeginState, EndState, KeyEvent, KeyType, Type |
Constants Detail |
---|
Variables Detail |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |