UE2:Console (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> Console |
- Package:
- Engine
- Known classes within Console:
- ConsolePlugIn, TimeDemoPlugin
- Direct subclasses:
- DefaultConsole, UIConsole
- This class in other games:
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. |
NEW: Implementation factored out to DefaultConsole.uc Console: A player console, associated with a viewport. This is a built-in Unreal class and it shouldn't be modified.
Properties
bNoDrawWorld
Type: bool
ExecListeners
Modifiers: private
NEW: PlugIns are automatically added as ExecListeners. Use AddExecListener to add additional components that require exec support.
FrameX
Type: float
FrameY
Type: float
LevelLoadingPct
Type: float
PlugIn
Modifiers: config
NEW: Must be a subclass of ConsolePlugIn
Default value: Class'Engine.TimeDemoPlugin'
Viewport
Type: Viewport
vtblOut
Type: int
Modifiers: private, const
Enums
See Console enums.
Functions
Exec functions
Talk
exec function Talk ()
TeamTalk
exec function TeamTalk ()
Type
exec function Type ()
Native functions
AddExecListener
native function AddExecListener (Object Listener)
ConsoleCommand
ConsoleCommandEx
RemoveExecListener
native function RemoveExecListener (Object Listener)
TextSize
Events
ConnectFailure
KeyEvent
KeyType
Message
NotifyLevelChange
event NotifyLevelChange ()
PostRender
event PostRender (Canvas C)
PreRender
event PreRender (Canvas C)
Tick
event Tick (float Delta)
VideoChange
event VideoChange ()
Other instance functions
AddString
function AddString (coerce string Msg)
ClearMessages
function ClearMessages ()
DisableDrawWorld
function DisableDrawWorld ()
EnableDrawWorld
function EnableDrawWorld ()
FormatFloat
TimedMessage
function TimedMessage (coerce string Msg, optional float Duration, optional Font Font, optional Object.Color Color, optional string Holder, optional bool bClearExisting, optional float WrapX, optional bool bReverseOrder)