I don't need to test my programs. I have an error-correcting modem.
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[edit]
MaxBorder[edit]
Value: 6
MaxLines[edit]
Value: 64
MaxHistory[edit]
Value: 16
TextMsgSize[edit]
Value: 128
Properties[edit]
Property group 'DefaultConsole'[edit]
ConsoleFont[edit]
Type: Font
Internal variables[edit]
bEchoToHUD[edit]
Type: bool
bNoStuff[edit]
Type: bool
Border[edit]
Type: Texture
Default value: Texture'Engine.Border'
BorderLines[edit]
Type: int
BorderPixels[edit]
Type: int
BorderSize[edit]
Type: int
bTyping[edit]
Type: bool
ConBackground[edit]
Type: Texture
Default value: Texture'Engine.ConsoleBack'
ConnectingMessage[edit]
Type: string
Modifiers: localized
Default value: "CONNECTING"
ConsoleDest[edit]
Type: float
ConsoleLines[edit]
Type: int
ConsolePos[edit]
Type: float
History[edit]
Type: string
Array size: 16
HistoryBot[edit]
Type: int
HistoryCur[edit]
Type: int
HistoryTop[edit]
Type: int
LoadingMessage[edit]
Type: string
Modifiers: localized
Default value: "LOADING"
MsgPlayer[edit]
Type: PlayerReplicationInfo
Array size: 64
MsgText[edit]
Type: string
Array size: 64
MsgTick[edit]
Type: float
Array size: 64
MsgTickTime[edit]
Type: float
MsgTime[edit]
Type: float
MsgType[edit]
Type: name
Array size: 64
NumLines[edit]
Type: int
PausedMessage[edit]
Type: string
Modifiers: localized
Default value: "PAUSED"
PrecachingMessage[edit]
Type: string
Modifiers: localized
Default value: "PRECACHING"
SavingMessage[edit]
Type: string
Modifiers: localized
Default value: "SAVING"
Scrollback[edit]
Type: int
TextLines[edit]
Type: int
TopLine[edit]
Type: int
TypedStr[edit]
Type: string
Functions[edit]
Exec functions[edit]
Talk[edit]
Overrides: Console.Talk
TeamTalk[edit]
Overrides: Console.TeamTalk
ToggleEchoToHUD[edit]
Type[edit]
Overrides: Console.Type
ViewDown[edit]
ViewUp[edit]
Events[edit]
KeyEvent[edit]
Overrides: Console.KeyEvent
Message[edit]
Overrides: Console.Message
NotifyLevelChange[edit]
Overrides: Console.NotifyLevelChange
PostRender[edit]
Overrides: Console.PostRender
Tick[edit]
Overrides: Console.Tick
Other instance functions[edit]
ClearMessages[edit]
Overrides: Console.ClearMessages
DrawConsoleView[edit]
DrawLevelAction[edit]
DrawSingleView[edit]
GetMsgPlayer[edit]
GetMsgText[edit]
GetMsgTick[edit]
GetMsgType[edit]
GetShortMessage[edit]
PrintActionMessage[edit]
SetMsgPlayer[edit]
SetMsgText[edit]
SetMsgTick[edit]
SetMsgType[edit]
States[edit]
Typing[edit]
Typing.BeginState[edit]
Overrides: Object.BeginState (global)
Typing.EndState[edit]
Overrides: Object.EndState (global)
Typing.KeyEvent[edit]
Overrides: KeyEvent (global)
Typing.KeyType[edit]
Overrides: Console.KeyType (global)
Typing.Type[edit]
Overrides: Type (global)