Gah - a solution with more questions. – EntropicLqd

UE2:DefaultConsole (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Console >> DefaultConsole

Contents

Package: 
Engine
  1. if 1 //NEW: Diff with Console.uc

DefaultConsole: Default implementation for Unreal's console. This is a built-in Unreal class and it shouldn't be modified.

[edit] Constants

[edit] MaxBorder

Value: 6


[edit] MaxLines

Value: 64


[edit] MaxHistory

Value: 16


[edit] TextMsgSize

Value: 128


[edit] Properties

[edit] Property group 'DefaultConsole'

[edit] ConsoleFont

Type: Font


[edit] Internal variables

[edit] bEchoToHUD

Type: bool


[edit] bNoStuff

Type: bool


[edit] Border

Type: Texture


Default value: Texture'Engine.Border'

[edit] BorderLines

Type: int


[edit] BorderPixels

Type: int


[edit] BorderSize

Type: int


[edit] bTyping

Type: bool


[edit] ConBackground

Type: Texture


Default value: Texture'Engine.ConsoleBack'

[edit] ConnectingMessage

Type: string

Modifiers: localized


Default value: "CONNECTING"

[edit] ConsoleDest

Type: float


[edit] ConsoleLines

Type: int


[edit] ConsolePos

Type: float


[edit] History

Type: string

Array size: 16


[edit] HistoryBot

Type: int


[edit] HistoryCur

Type: int


[edit] HistoryTop

Type: int


[edit] LoadingMessage

Type: string

Modifiers: localized


Default value: "LOADING"

[edit] MsgPlayer

Type: PlayerReplicationInfo

Array size: 64


[edit] MsgText

Type: string

Array size: 64


[edit] MsgTick

Type: float

Array size: 64


[edit] MsgTickTime

Type: float


[edit] MsgTime

Type: float


[edit] MsgType

Type: name

Array size: 64


[edit] NumLines

Type: int


[edit] PausedMessage

Type: string

Modifiers: localized


Default value: "PAUSED"

[edit] PrecachingMessage

Type: string

Modifiers: localized


Default value: "PRECACHING"

[edit] SavingMessage

Type: string

Modifiers: localized


Default value: "SAVING"

[edit] Scrollback

Type: int


[edit] TextLines

Type: int


[edit] TopLine

Type: int


[edit] TypedStr

Type: string


[edit] Functions

[edit] Exec functions

[edit] Talk

exec function Talk ()

Overrides: Console.Talk


[edit] TeamTalk

exec function TeamTalk ()

Overrides: Console.TeamTalk


[edit] ToggleEchoToHUD

exec function ToggleEchoToHUD ()


[edit] Type

exec function Type ()

Overrides: Console.Type


[edit] ViewDown

exec function ViewDown ()


[edit] ViewUp

exec function ViewUp ()


[edit] Events

[edit] KeyEvent

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

Overrides: Console.KeyEvent


[edit] Message

event Message (coerce string Msg, float MsgLife)

Overrides: Console.Message


[edit] NotifyLevelChange

event NotifyLevelChange ()

Overrides: Console.NotifyLevelChange


[edit] PostRender

event PostRender (Canvas C)

Overrides: Console.PostRender


[edit] Tick

event Tick (float Delta)

Overrides: Console.Tick


[edit] Other instance functions

[edit] ClearMessages

function ClearMessages ()

Overrides: Console.ClearMessages


[edit] DrawConsoleView

simulated function DrawConsoleView (Canvas C)


[edit] DrawLevelAction

function DrawLevelAction (Canvas C)


[edit] DrawSingleView

simulated function DrawSingleView (Canvas C)


[edit] GetMsgPlayer

function PlayerReplicationInfo GetMsgPlayer (int Index)


[edit] GetMsgText

function string GetMsgText (int Index)


[edit] GetMsgTick

function float GetMsgTick (int Index)


[edit] GetMsgType

function name GetMsgType (int Index)


[edit] GetShortMessage

function string GetShortMessage (int Index)


[edit] PrintActionMessage

function PrintActionMessage (Canvas C, string BigMessage)


[edit] SetMsgPlayer

function SetMsgPlayer (int Index, PlayerReplicationInfo NewMsgPlayer)


[edit] SetMsgText

function SetMsgText (int Index, string NewMsgText)


[edit] SetMsgTick

function SetMsgTick (int Index, int NewMsgTick)


[edit] SetMsgType

function SetMsgType (int Index, name NewMsgType)


[edit] States

[edit] Typing

[edit] Typing.BeginState

event BeginState ()

Overrides: Object.BeginState (global)


[edit] Typing.EndState

event EndState ()

Overrides: Object.EndState (global)


[edit] Typing.KeyEvent

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

Overrides: KeyEvent (global)


[edit] Typing.KeyType

event bool KeyType (Console.EInputKey Key)

Overrides: Console.KeyType (global)


[edit] Typing.Type

exec function Type ()

Overrides: Type (global)