I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Console (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> Console

Contents

Package: 
Engine
Known classes within Console:
ConsolePlugIn
Direct subclass:
UIConsole
This class in other games:
RTNP, U1, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

Console: A player console, associated with a viewport. This is a built-in Unreal class and it shouldn't be modified.

[edit] Properties

[edit] bNoDrawWorld

Type: bool


[edit] ExecListeners

Type: array<Object>

Modifiers: private


[edit] FrameX

Type: float


[edit] FrameY

Type: float


[edit] PlugIn

Type: array<Object>

Modifiers: config

Must be a subclass of ConsolePlugIn

[edit] Viewport

Type: Viewport


[edit] vtblOut

Type: int

Modifiers: private, const


[edit] Enums

See Console enums.

[edit] Functions

[edit] Static functions

[edit] ShowStatusMessage

static function ShowStatusMessage (PlayerController P, coerce string Msg, optional float Time, optional Font Font, optional Object.Color Color, optional Sound Sound, optional float Volume, optional float Pitch, optional string Holder, optional string Label, optional bool bClearExisting, optional float WrapX, optional bool bReverseOrder)


[edit] Native functions

[edit] AddExecListener

native function AddExecListener (Object Listener)


[edit] ConsoleCommand

native interface function bool ConsoleCommand (coerce string S)


[edit] ConsoleCommandEx

native function string ConsoleCommandEx (coerce string S)


[edit] RemoveExecListener

native function RemoveExecListener (Object Listener)


[edit] TextSize

native final function TextSize (Font Font, coerce string String, out float XL, out float YL)


[edit] Events

[edit] ConnectFailure

event ConnectFailure (string FailCode, string URL)


[edit] KeyEvent

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


[edit] KeyType

event bool KeyType (EInputKey Key)


[edit] Message

event Message (coerce string Msg, float MsgLife)


[edit] NotifyLevelChange

event NotifyLevelChange ()


[edit] PostRender

event PostRender (Canvas C)


[edit] PreRender

event PreRender (Canvas C)


[edit] Tick

event Tick (float Delta)


[edit] VideoChange

event VideoChange ()


[edit] Other instance functions

[edit] AddString

function AddString (coerce string Msg)


[edit] ClearMessages

function ClearMessages ()


[edit] DisableDrawWorld

function DisableDrawWorld ()


[edit] EnableDrawWorld

function EnableDrawWorld ()


[edit] FormatFloat

final function string FormatFloat (float f)


[edit] TimedMessage

function TimedMessage (coerce string Msg, optional float Duration, optional Font Font, optional Object.Color Color, optional string Holder, optional string Label, optional bool bClearExisting, optional float WrapX, optional bool bReverseOrder)


Personal tools