- Extends
- Console
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Extended version of console that only allows the quick console to be open if there are no UI scenes open, this is to allow UI scenes to process the TAB key.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.Interaction
|
+-- Engine.Console
|
+-- UTGame.UTConsole
Inherited Variables from Engine.Console |
bCaptureKeyInput, bCtrl, bEnableUI, ConsoleBufferText, ConsoleKey, ConsoleTargetPlayer, DefaultTexture_Black, DefaultTexture_White, HistoryBot, HistoryCur, HistoryTop, History[MaxHistory], LargeConsoleInput, LargeConsoleScene, MaxScrollbackSize, MiniConsoleInput, MiniConsoleScene, SBHead, SBPos, Scrollback, TypedStr, TypedStrPos, TypeKey |
Functions Summary |
 | bool | InputKey (int ControllerId, name Key, EInputEvent Event, float AmountDepressed = 1.f, bool bGamepad = FALSE ))
|
 | bool | InputKey (int ControllerId, name Key, EInputEvent Event, float AmountDepressed = 1.f, bool bGamepad = FALSE )) Typing |
 | | OutputTextLine (coerce string Text))
|
Inherited Functions from Engine.Console |
AppendInputText, BeginState, ClearOutput, ConsoleCommand, EndState, FlushPlayerInput, Initialized, InputChar, InputKey, IsUIConsoleOpen, IsUIMiniConsoleOpen, OutputText, OutputTextLine, PostRender_Console, ProcessControlKey, PurgeCommandFromHistory, SetCursorPos, SetInputText, StartTyping |
var int TextCount;
function bool InputKey (
int ControllerId,
name Key,
EInputEvent Event,
float AmountDepressed =
1.f,
bool bGamepad =
FALSE ) )
function bool InputKey (
int ControllerId,
name Key,
EInputEvent Event,
float AmountDepressed =
1.f,
bool bGamepad =
FALSE ) )
function OutputTextLine ( coerce string Text) )
defaultproperties
{
Name="Default__UTConsole"
ObjectArchetype=Console'Engine.Default__Console'
}
|
Creation time: sk 18-3-2018 10:00:49.272 - Created with
UnCodeX