Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
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:
- RTNP, U1, UT, U2, UE2Runtime, UT2003, UT2004, UDK, UT3
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[edit]
bNoDrawWorld[edit]
Type: bool
ExecListeners[edit]
Modifiers: private
NEW: PlugIns are automatically added as ExecListeners. Use AddExecListener to add additional components that require exec support.
FrameX[edit]
Type: float
FrameY[edit]
Type: float
LevelLoadingPct[edit]
Type: float
PlugIn[edit]
Modifiers: config
NEW: Must be a subclass of ConsolePlugIn
Default value: Class'Engine.TimeDemoPlugin'
Viewport[edit]
Type: Viewport
vtblOut[edit]
Type: int
Modifiers: private, const
Enums[edit]
See Console enums.
Functions[edit]
Exec functions[edit]
Talk[edit]
exec function Talk ()
TeamTalk[edit]
exec function TeamTalk ()
Type[edit]
exec function Type ()
Native functions[edit]
AddExecListener[edit]
native function AddExecListener (Object Listener)
ConsoleCommand[edit]
ConsoleCommandEx[edit]
RemoveExecListener[edit]
native function RemoveExecListener (Object Listener)
TextSize[edit]
Events[edit]
ConnectFailure[edit]
KeyEvent[edit]
KeyType[edit]
Message[edit]
NotifyLevelChange[edit]
event NotifyLevelChange ()
PostRender[edit]
event PostRender (Canvas C)
PreRender[edit]
event PreRender (Canvas C)
Tick[edit]
event Tick (float Delta)
VideoChange[edit]
event VideoChange ()
Other instance functions[edit]
AddString[edit]
function AddString (coerce string Msg)
ClearMessages[edit]
function ClearMessages ()
DisableDrawWorld[edit]
function DisableDrawWorld ()
EnableDrawWorld[edit]
function EnableDrawWorld ()
FormatFloat[edit]
TimedMessage[edit]
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)