Mostly Harmless
UE2:ExtendedConsole (UE2Runtime)
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 ConsoleSoundVol
- 1.8 HighlightRow
- 1.9 LastConnectedServer
- 1.10 LastURL
- 1.11 LetterKeys
- 1.12 MaxScrollbackSize
- 1.13 NumberKeys
- 1.14 PasswordPromptMenu
- 1.15 SavedPasswords
- 1.16 SBHead
- 1.17 SBPos
- 1.18 Scrollback
- 2 Structs
- 3 Functions
- 4 States
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[edit]
AddedCurrentHead[edit]
Type: string
Modifiers: localized
Default value: "Added Server:"
AddedCurrentTail[edit]
Type: string
Modifiers: localized
Default value: "To Favorites!"
bConsoleHotKey[edit]
Type: bool
bCtrl[edit]
Type: bool
bSpeechMenuUseLetters[edit]
Type: bool
Modifiers: config
bSpeechMenuUseMouseWheel[edit]
Type: bool
Modifiers: config
Default value: True
ConsoleSoundVol[edit]
Type: float
Default value: 0.3
HighlightRow[edit]
Type: int
LastConnectedServer[edit]
Type: string
LastURL[edit]
Type: string
LetterKeys[edit]
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[edit]
Type: int
Modifiers: globalconfig
Default value: 128
NumberKeys[edit]
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[edit]
Type: string
Modifiers: config
SavedPasswords[edit]
Type: array<StoredPassword>
Modifiers: config
SBHead[edit]
Type: int
SBPos[edit]
Type: int
Where in the scrollback buffer are we
Scrollback[edit]
Structs[edit]
ChatStruct[edit]
StoredPassword[edit]
Functions[edit]
Exec functions[edit]
CLS[edit]
ConsoleClose[edit]
ConsoleOpen[edit]
ConsoleToggle[edit]
Events[edit]
ConnectFailure[edit]
KeyEvent[edit]
Overrides: Console.KeyEvent
Message[edit]
Overrides: Console.Message
NativeConsoleOpen[edit]
Overrides: Console.NativeConsoleOpen
NotifyLevelChange[edit]
Overrides: Console.NotifyLevelChange
Other instance functions[edit]
PlayConsoleSound[edit]
PostRender[edit]
Overrides: Interaction.PostRender
States[edit]
ConsoleVisible[edit]
ConsoleVisible.BeginState[edit]
Overrides: Object.BeginState (global)
ConsoleVisible.EndState[edit]
Overrides: Object.EndState (global)
ConsoleVisible.KeyEvent[edit]
Overrides: KeyEvent (global)
ConsoleVisible.KeyType[edit]
Overrides: Interaction.KeyType (global)
ConsoleVisible.PostRender[edit]
Overrides: PostRender (global)