Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Console

Extends
Interaction

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- Engine.Console

Direct Known Subclasses:

WindowConsole

Constants Summary
MaxHistory=16

Variables Summary
TextureBackgroundTexture
boolbAllowed
boolbIgnoreKeys
boolbTyping
fontConsoleFont
byteConsoleKey
intHistoryBot
intHistoryCur
intHistoryTop
stringHistory[MaxHistory]
stringTypedStr
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey

Functions Summary
function BeginState ()))
Typing
function EndState ()))
Typing
functionint GetPrevHistoryIndex (int Cur ))
Typing
function Initialize ()))
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
Typing
functionbool KeyType (EInputKey Key, optional string Unicode ))
Typing
event Message (coerce string Msg, float MsgLife)
event NativeConsoleOpen ()))
event NotifyLevelChange ()))
function PostRender (Canvas Canvas))
Typing
function Talk ()))
function TeamTalk ()))
function Type ()))
function Type ()))
Typing
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen

States Summary
Typing Source code
state Typing
BeginState, EndState, GetPrevHistoryIndex, KeyEvent, KeyType, PostRender, Type


Constants Detail

MaxHistory Source code

const MaxHistory = 16;


Variables Detail

BackgroundTexture Source code

var Texture BackgroundTexture;

bAllowed Source code

var bool bAllowed;

bIgnoreKeys Source code

var bool bIgnoreKeys;

bTyping Source code

var bool bTyping;

ConsoleFont Source code

var font ConsoleFont;

ConsoleKey Source code

var globalconfig byte ConsoleKey;

HistoryBot Source code

var int HistoryBot;

HistoryCur Source code

var int HistoryCur;

HistoryTop Source code

var int HistoryTop;

History[MaxHistory] Source code

var string History[MaxHistory];

TypedStr Source code

var string TypedStr;


Functions Detail

BeginState Typing Source code

function BeginState ( ) )

EndState Typing Source code

function EndState ( ) )

GetPrevHistoryIndex Typing Source code

function int GetPrevHistoryIndex ( int Cur ) )

Initialize Source code

function Initialize ( ) )

KeyEvent Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, FLOAT Delta ) )

KeyEvent Typing Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, FLOAT Delta ) )

KeyType Typing Source code

function bool KeyType ( EInputKey Key, optional string Unicode ) )

Message Source code

event Message ( coerce string Msg, float MsgLife )

NativeConsoleOpen Source code

event NativeConsoleOpen ( ) )

NotifyLevelChange Source code

event NotifyLevelChange ( ) )

PostRender Typing Source code

function PostRender ( Canvas Canvas) )

Talk Source code

exec function Talk ( ) )

TeamTalk Source code

exec function TeamTalk ( ) )

Type Source code

exec function Type ( ) )

Type Typing Source code

exec function Type ( ) )


Defaultproperties

defaultproperties
{
	bActive=True
	bVisible=False
	bRequiresTick=True
	HistoryBot=-1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:29.063 - Created with UnCodeX