Mostly Harmless
UE2:ExtendedConsole (UT2003)
Object >> Interactions >> Interaction >> Console >> ExtendedConsole |
Contents
- 1 Properties
- 1.1 AddedCurrentHead
- 1.2 AddedCurrentTail
- 1.3 bConsoleHotKey
- 1.4 bCtrl
- 1.5 bSpeechMenuUseLetters
- 1.6 bSpeechMenuUseMouseWheel
- 1.7 bTeamChatOnly
- 1.8 ChatMenu
- 1.9 ChatMessages
- 1.10 ConsoleSoundVol
- 1.11 HighlightRow
- 1.12 LastConnectedServer
- 1.13 LastMusicChange
- 1.14 LastURL
- 1.15 LetterKeys
- 1.16 MaxScrollbackSize
- 1.17 MusicManager
- 1.18 MusicManagerClassName
- 1.19 NumberKeys
- 1.20 PasswordPromptMenu
- 1.21 SavedPasswords
- 1.22 SBHead
- 1.23 SBPos
- 1.24 Scrollback
- 1.25 SMAcceptSound
- 1.26 SMAllString
- 1.27 SMArraySize
- 1.28 SMCallsign
- 1.29 SMDenySound
- 1.30 SMIndex
- 1.31 SMIndexArray
- 1.32 SMLineSpace
- 1.33 SMMargin
- 1.34 SMMoreString
- 1.35 SMNameArray
- 1.36 SMOffset
- 1.37 SMOpenSound
- 1.38 SMOriginX
- 1.39 SMOriginY
- 1.40 SMState
- 1.41 SMStateName
- 1.42 SMTab
- 1.43 SMType
- 2 Enums
- 3 Structs
- 4 Functions
- 5 States
- 5.1 ConsoleVisible
- 5.2 SpeechMenuVisible
- 5.2.1 SpeechMenuVisible.BeginState
- 5.2.2 SpeechMenuVisible.EndState
- 5.2.3 SpeechMenuVisible.KeyEvent
- 5.2.4 SpeechMenuVisible.NotifyLevelChange
- 5.2.5 SpeechMenuVisible.DrawCurrentArray
- 5.2.6 SpeechMenuVisible.DrawNumbers
- 5.2.7 SpeechMenuVisible.EnterState
- 5.2.8 SpeechMenuVisible.GetVoiceClass
- 5.2.9 SpeechMenuVisible.HandleInput
- 5.2.10 SpeechMenuVisible.KeyToNumber
- 5.2.11 SpeechMenuVisible.KeyType
- 5.2.12 SpeechMenuVisible.LeaveState
- 5.2.13 SpeechMenuVisible.MyGetSmallFontFor
- 5.2.14 SpeechMenuVisible.NumberToString
- 5.2.15 SpeechMenuVisible.PostRender
- 5.2.16 SpeechMenuVisible.RebuildSMArray
- 5.2.17 SpeechMenuVisible.SortSMArray
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2004
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. |
(C) 2002, Epic Games
Properties
AddedCurrentHead
Type: string
Modifiers: localized
Default value: "Added Server:"
AddedCurrentTail
Type: string
Modifiers: localized
Default value: "To Favorites!"
bConsoleHotKey
Type: bool
bCtrl
Type: bool
bSpeechMenuUseLetters
Type: bool
Modifiers: config
bSpeechMenuUseMouseWheel
Type: bool
Modifiers: config
Default value: True
bTeamChatOnly
Type: bool
ChatMenu
Type: IngameChat
ChatMessages
Type: array<ChatStruct>
ConsoleSoundVol
Type: float
Default value: 0.3
HighlightRow
Type: int
LastConnectedServer
Type: string
LastMusicChange
Type: float
LastURL
Type: string
LetterKeys
Type: Interactions.EInputKey
Array size: 10
Modifiers: config
Default value, index 0: IK_Q
Default value, index 1: IK_W
Default value, index 2: IK_E
Default value, index 3: IK_R
Default value, index 4: IK_A
Default value, index 5: IK_S
Default value, index 6: IK_D
Default value, index 7: IK_F
Default value, index 8: IK_Z
Default value, index 9: IK_X
MaxScrollbackSize
Type: int
Modifiers: globalconfig
Default value: 128
MusicManager
Type: UT2MusicManager
MusicManagerClassName
Type: string
Modifiers: config
NumberKeys
Type: Interactions.EInputKey
Array size: 10
Default value, index 0: IK_0
Default value, index 1: IK_1
Default value, index 2: IK_2
Default value, index 3: IK_3
Default value, index 4: IK_4
Default value, index 5: IK_5
Default value, index 6: IK_6
Default value, index 7: IK_7
Default value, index 8: IK_8
Default value, index 9: IK_9
PasswordPromptMenu
Type: string
Modifiers: config
SavedPasswords
Type: array<StoredPassword>
Modifiers: config
SBHead
Type: int
SBPos
Type: int
Where in the scrollback buffer are we
Scrollback
SMAcceptSound
Type: Sound
Default value: Sound'MenuSounds.SelectJ'
SMAllString
Type: string
Modifiers: localized
Default value: "[ALL]"
SMArraySize
Type: int
SMCallsign
Type: string
SMDenySound
Type: Sound
Default value: Sound'MenuSounds.SelectK'
SMIndex
Type: int
SMIndexArray
Type: int
Array size: 48
SMLineSpace
Type: float
SMMargin
Type: float
Default value: 0.015
SMMoreString
Type: string
Modifiers: localized
Default value: "[MORE]"
SMNameArray
Type: string
Array size: 48
SMOffset
Type: int
SMOpenSound
Type: Sound
Default value: Sound'MenuSounds.SelectDshort'
SMOriginX
Type: float
Modifiers: config
Default value: 0.01
SMOriginY
Type: float
Modifiers: config
Default value: 0.3
SMState
Type: ESpeechMenuState
SMStateName
Type: string
Array size: 8
Modifiers: localized
Default value, index 0: "Speech Menu"
Default value, index 1: "Acknowledge"
Default value, index 2: "Friendly Fire"
Default value, index 3: "Order"
Default value, index 4: "Other"
Default value, index 5: "Taunt"
Default value, index 6: "Taunt Anim"
Default value, index 7: "Player Select"
SMTab
Type: float
SMType
Type: name
Enums
ESpeechMenuState
- SMS_Main
- SMS_Ack
- SMS_FriendFire
- SMS_Order
- SMS_Other
- SMS_Taunt
- SMS_TauntAnim
- SMS_PlayerSelect
Structs
ChatStruct
StoredPassword
Functions
Exec functions
AddCurrentToFavorites
CLS
ConsoleClose
Overrides: Console.ConsoleClose
ConsoleOpen
Overrides: Console.ConsoleOpen
ConsoleToggle
Overrides: Console.ConsoleToggle
InGameChat
MusicMenu
MusicSkip
ServerInfo
SpeechMenuToggle
TeamChatOnly
Events
ConnectFailure
Overrides: Console.ConnectFailure
KeyEvent
Overrides: Console.KeyEvent
Message
Overrides: Console.Message
NativeConsoleOpen
Overrides: Console.NativeConsoleOpen
NotifyLevelChange
Overrides: Console.NotifyLevelChange
NotifyMusicChange
Overrides: Console.NotifyMusicChange
ViewportInitialized
Overrides: Console.ViewportInitialized
Other instance functions
Chat
Overrides: Console.Chat
OnStatsConfigured
PlayConsoleSound
PostRender
Overrides: Interaction.PostRender
SetInitialMusic
Overrides: Console.SetInitialMusic
SetMusic
Overrides: Console.SetMusic
States
ConsoleVisible
ConsoleVisible.BeginState
Overrides: Object.BeginState (global)
ConsoleVisible.EndState
Overrides: Object.EndState (global)
ConsoleVisible.KeyEvent
Overrides: KeyEvent (global)
ConsoleVisible.KeyType
Overrides: Interaction.KeyType (global)
ConsoleVisible.PostRender
Overrides: PostRender (global)
SpeechMenuVisible
SpeechMenuVisible.BeginState
Overrides: Object.BeginState (global)
SpeechMenuVisible.EndState
Overrides: Object.EndState (global)
SpeechMenuVisible.KeyEvent
Overrides: KeyEvent (global)
SpeechMenuVisible.NotifyLevelChange
Overrides: NotifyLevelChange (global)
SpeechMenuVisible.DrawCurrentArray
SpeechMenuVisible.DrawNumbers
SpeechMenuVisible.EnterState
SpeechMenuVisible.GetVoiceClass
SpeechMenuVisible.HandleInput
SpeechMenuVisible.KeyToNumber
SpeechMenuVisible.KeyType
Overrides: Interaction.KeyType (global)
SpeechMenuVisible.LeaveState
SpeechMenuVisible.MyGetSmallFontFor
SpeechMenuVisible.NumberToString
SpeechMenuVisible.PostRender
Overrides: PostRender (global)