UE2:DefaultConsole (U2XMP)
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
- 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.
Constants
MaxBorder
Value: 6
MaxLines
Value: 64
MaxHistory
Value: 16
TextMsgSize
Value: 128
Properties
Property group 'DefaultConsole'
ConsoleFont
Type: Font
Internal variables
bEchoToHUD
Type: bool
bNoStuff
Type: bool
Border
Type: Texture
Default value: Texture'Engine.Border'
BorderLines
Type: int
BorderPixels
Type: int
BorderSize
Type: int
bTyping
Type: bool
ConBackground
Type: Texture
Default value: Texture'Engine.ConsoleBack'
ConnectingMessage
Type: string
Modifiers: localized
Default value: "CONNECTING"
ConsoleDest
Type: float
ConsoleLines
Type: int
ConsolePos
Type: float
History
Type: string
Array size: 16
HistoryBot
Type: int
HistoryCur
Type: int
HistoryTop
Type: int
LoadingMessage
Type: string
Modifiers: localized
Default value: "LOADING"
MsgPlayer
Type: PlayerReplicationInfo
Array size: 64
MsgText
Type: string
Array size: 64
MsgTick
Type: float
Array size: 64
MsgTickTime
Type: float
MsgTime
Type: float
MsgType
Type: name
Array size: 64
NumLines
Type: int
PausedMessage
Type: string
Modifiers: localized
Default value: "PAUSED"
PrecachingMessage
Type: string
Modifiers: localized
Default value: "PRECACHING"
SavingMessage
Type: string
Modifiers: localized
Default value: "SAVING"
Scrollback
Type: int
TextLines
Type: int
TopLine
Type: int
TypedStr
Type: string
Functions
Exec functions
Talk
Overrides: Console.Talk
TeamTalk
Overrides: Console.TeamTalk
ToggleEchoToHUD
Type
Overrides: Console.Type
ViewDown
ViewUp
Events
KeyEvent
Overrides: Console.KeyEvent
Message
Overrides: Console.Message
NotifyLevelChange
Overrides: Console.NotifyLevelChange
PostRender
Overrides: Console.PostRender
Tick
Overrides: Console.Tick
Other instance functions
ClearMessages
Overrides: Console.ClearMessages
DrawConsoleView
DrawLevelAction
DrawSingleView
GetMsgPlayer
GetMsgText
GetMsgTick
GetMsgType
GetShortMessage
PrintActionMessage
SetMsgPlayer
SetMsgText
SetMsgTick
SetMsgType
States
Typing
Typing.BeginState
Overrides: Object.BeginState (global)
Typing.EndState
Overrides: Object.EndState (global)
Typing.KeyEvent
Overrides: KeyEvent (global)
Typing.KeyType
Overrides: Console.KeyType (global)
Typing.Type
Overrides: Type (global)