UE2:Console (UT2004)
Object >> Interactions >> Interaction >> Console |
- Package:
- Engine
- Direct subclass:
- ExtendedConsole
- 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. |
Console: handles command input and manages menus. Copyright 2001 Digital Extremes - All Rights Reserved. Confidential.
Properties
Property group 'Console'
bHoldingBack
Type: bool
Modifiers: transient
bHoldingStart
Type: bool
Modifiers: transient
bRunningDemo
Type: bool
Modifiers: transient
DemoLevels
Type: string
Array size: 64
Modifiers: globalconfig
TimeBeforeReboot
Type: float
Modifiers: globalconfig
If start+back are held for this long it'll reboot.
Default value: 5.0
TimeHoldingReboot
Type: float
Modifiers: transient
If start+back are held for this long it'll reboot.
TimeIdle
Type: float
Modifiers: transient
Time since last input.
TimePerDemo
Type: float
Modifiers: globalconfig
Time spent running in attract mode.
Default value: 300.0
TimePerSoak
Type: float
Modifiers: globalconfig
TimePerDemo while soaking.
TimePerTitle
Type: float
Modifiers: globalconfig
Time spent at title screen.
TimeTooIdle
Type: float
Modifiers: globalconfig
Time allowed idle players in locked interactive demo.
Default value: 60.0
Internal variables
bIgnoreKeys
Type: bool
Ignore Key presses until a new KeyDown is received
bTyping
Type: bool
Turn when someone is typing on the console
BufferedConsoleCommands
If this is blank, perform the command at Tick
ConsoleHotKey
Type: byte
Modifiers: config
The key used to bring the console up.
History
Type: string
Array size: 16
Holds the current command, and the history
HistoryBot
Type: int
Default value: -1
HistoryCur
Type: int
HistoryTop
Type: int
TypedStr
Type: string
TypedStrPos
Type: int
Current position in TypedStr
Default values
Property | Value |
---|---|
bRequiresTick | True |
Functions
Exec functions
ConsoleClose
ConsoleOpen
ConsoleToggle
StartRollingDemo
StopRollingDemo
Talk
TeamTalk
Type
Events
ConnectFailure
Initialized
Overrides: Interaction.Initialized
KeyEvent
Overrides: Interaction.KeyEvent
Message
Overrides: Interaction.Message
NativeConsoleOpen
NotifyLevelChange
Overrides: Interaction.NotifyLevelChange
Tick
Overrides: Interaction.Tick
ViewportInitialized
Other instance functions
Chat
DelayedConsoleCommand
SetInitialMusic
SetMusic
TypingClose
TypingOpen
UnPressButtons
States
Typing
Typing.BeginState
Overrides: Object.BeginState (global)
Typing.EndState
Overrides: Object.EndState (global)
Typing.KeyEvent
Overrides: KeyEvent (global)
Typing.KeyType
Overrides: Interaction.KeyType (global)
Typing.Type
Overrides: Type (global)