- Extends
 - Interaction
 
Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- Engine.Console
Direct Known Subclasses:
	WindowConsole
	| Inherited Functions from Engine.Interaction | 
	| ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen | 
const MaxHistory = 16;
var bool bAllowed;
var bool bIgnoreKeys;
var bool bTyping;
var font ConsoleFont;
var globalconfig byte ConsoleKey;
var int HistoryBot;
var int HistoryCur;
var int HistoryTop;
var string History[MaxHistory];
var string TypedStr;
 function  BeginState ( ) )
 function  EndState ( ) )
 GetPrevHistoryIndex Typing Source code
 function int GetPrevHistoryIndex ( int Cur ) )
 function  Initialize ( ) )
 function bool KeyType ( 
EInputKey Key, optional 
string Unicode ) )
 
 event  
Message ( coerce 
string Msg, 
float MsgLife )
 
 event  NativeConsoleOpen ( ) )
 event  NotifyLevelChange ( ) )
exec function  Talk ( ) )
exec function  TeamTalk ( ) )
exec function  Type ( ) )
exec function  Type ( ) )
defaultproperties
{
	bActive=True
	bVisible=False
	bRequiresTick=True
	HistoryBot=-1
} | 
 
Creation time: st 23.5.2018 00:10:29.063 - Created with 
UnCodeX