I'm a doctor, not a mechanic
UE1:Console (RTNP)
Object >> Console |
Contents
- 1 Constants
- 2 Properties
- 2.1 bNoDrawWorld
- 2.2 bNoStuff
- 2.3 Border
- 2.4 BorderLines
- 2.5 BorderPixels
- 2.6 BorderSize
- 2.7 bTimeDemo
- 2.8 bTyping
- 2.9 ConBackground
- 2.10 ConnectingMessage
- 2.11 ConsoleDest
- 2.12 ConsoleLines
- 2.13 ConsolePos
- 2.14 FrameX
- 2.15 FrameY
- 2.16 History
- 2.17 HistoryBot
- 2.18 HistoryCur
- 2.19 HistoryTop
- 2.20 LoadingMessage
- 2.21 MsgPlayer
- 2.22 MsgText
- 2.23 MsgTick
- 2.24 MsgTime
- 2.25 MsgType
- 2.26 NumLines
- 2.27 PausedMessage
- 2.28 PrecachingMessage
- 2.29 SavingMessage
- 2.30 Scrollback
- 2.31 TextLines
- 2.32 TimeDemo
- 2.33 TopLine
- 2.34 TypedStr
- 2.35 Viewport
- 2.36 vtblOut
- 3 Enums
- 4 Functions
- 5 States
- Package:
- Engine
- Direct subclass:
- WindowConsole
- This class in other games:
- U1, UT, UE2Runtime, U2XMP, U2, UT2003, UT2004, UT3, UDK
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. |
Console: A player console, associated with a viewport. 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
bNoDrawWorld
Type: bool
bNoStuff
Type: bool
Border
Type: Texture
Default value: Texture'Engine.Border'
BorderLines
Type: int
BorderPixels
Type: int
BorderSize
Type: int
bTimeDemo
Type: bool
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
FrameX
Type: float
FrameY
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
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
TimeDemo
Type: TimeDemo
TopLine
Type: int
TypedStr
Type: string
Viewport
Type: Viewport
vtblOut
Type: int
Modifiers: private, const
Enums
See Console enums.
Functions
Exec functions
Talk
TeamTalk
Type
ViewDown
ViewUp
Native functions
ConsoleCommand
Events
KeyEvent
KeyType
Message
NotifyLevelChange
PostRender
PreRender
Tick
Other instance functions
ClearMessages
DrawConsoleView
DrawLevelAction
DrawSingleView
GetMsgPlayer
GetMsgText
GetMsgTick
GetMsgType
SetMsgPlayer
SetMsgText
SetMsgTick
SetMsgType
States
EndMenuing
EndMenuing.KeyEvent
Overrides: KeyEvent (global)
KeyMenuing
KeyMenuing.BeginState
Overrides: Object.BeginState (global)
KeyMenuing.EndState
Overrides: Object.EndState (global)
KeyMenuing.KeyEvent
Overrides: KeyEvent (global)
KeyMenuing.KeyType
Overrides: KeyType (global)
Menuing
Menuing.BeginState
Overrides: Object.BeginState (global)
Menuing.EndState
Overrides: Object.EndState (global)
Menuing.KeyEvent
Overrides: KeyEvent (global)
MenuTyping
MenuTyping.BeginState
Overrides: Object.BeginState (global)
MenuTyping.EndState
Overrides: Object.EndState (global)
MenuTyping.KeyEvent
Overrides: KeyEvent (global)
MenuTyping.KeyType
Overrides: KeyType (global)
Typing
Typing.BeginState
Overrides: Object.BeginState (global)
Typing.EndState
Overrides: Object.EndState (global)
Typing.KeyEvent
Overrides: KeyEvent (global)
Typing.KeyType
Overrides: KeyType (global)
Typing.Type
Overrides: Type (global)