The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:DefaultConsole (U2XMP)
Contents
- 1 Constants
- 2 Properties
- 2.1 Property group 'DefaultConsole'
- 2.2 Internal variables
- 2.2.1 bEchoToHUD
- 2.2.2 bNoStuff
- 2.2.3 Border
- 2.2.4 BorderLines
- 2.2.5 BorderPixels
- 2.2.6 BorderSize
- 2.2.7 bTyping
- 2.2.8 ConBackground
- 2.2.9 ConnectingMessage
- 2.2.10 ConsoleDest
- 2.2.11 ConsoleLines
- 2.2.12 ConsolePos
- 2.2.13 History
- 2.2.14 HistoryBot
- 2.2.15 HistoryCur
- 2.2.16 HistoryTop
- 2.2.17 LoadingMessage
- 2.2.18 MsgPlayer
- 2.2.19 MsgText
- 2.2.20 MsgTick
- 2.2.21 MsgTickTime
- 2.2.22 MsgTime
- 2.2.23 MsgType
- 2.2.24 NumLines
- 2.2.25 PausedMessage
- 2.2.26 PrecachingMessage
- 2.2.27 SavingMessage
- 2.2.28 Scrollback
- 2.2.29 TextLines
- 2.2.30 TopLine
- 2.2.31 TypedStr
- 3 Functions
- 4 States
- 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)