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:

ExtendedConsole

Variables Summary
boolbIgnoreKeys
boolbTyping
array<string>BufferedConsoleCommands
byteConsoleHotKey
intHistoryBot
intHistoryCur
intHistoryTop
stringHistory[16]
stringTypedStr
intTypedStrPos
Console
boolbHoldingBack
boolbHoldingStart
boolbRunningDemo
StringDemoLevels[64]
floatTimeBeforeReboot
floatTimeHoldingReboot
floatTimeIdle
floatTimePerDemo
floatTimePerSoak
floatTimePerTitle
floatTimeTooIdle
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey, EStreamFinishReason

Functions Summary
function BeginState ()
Typing
function Chat (coerce string Msg, float MsgLife, PlayerReplicationInfo PRI)
event ConnectFailure (string FailCode, tring URL)
function ConsoleClose ()
function ConsoleOpen ()
function ConsoleToggle ()
function DelayedConsoleCommand (string command)
function EndState ()
Typing
event Initialized ()
eventbool 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 ()
functionstring SetInitialMusic (string NewSong)
function SetMusic (string NewSong)
function StartRollingDemo ()
function StopRollingDemo ()
function Talk ()
function TeamTalk ()
event Tick (float Delta)
function Type ()
function Type ()
Typing
function TypingClose ()
function TypingOpen ()
function UnPressButtons ()
event ViewportInitialized ()
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen
Inherited Functions from Engine.Interactions
GetFriendlyName

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


Variables Detail

bIgnoreKeys Source code

var bool bIgnoreKeys;

bTyping Source code

var bool bTyping;

BufferedConsoleCommands Source code

var array<string> BufferedConsoleCommands;

ConsoleHotKey Source code

var config byte ConsoleHotKey;

HistoryBot Source code

var int HistoryBot;

HistoryCur Source code

var int HistoryCur;

HistoryTop Source code

var int HistoryTop;

History[16] Source code

var string History[16];

TypedStr Source code

var string TypedStr;

TypedStrPos Source code

var int TypedStrPos;

Console

bHoldingBack Source code

var(Console) transient bool bHoldingBack;

bHoldingStart Source code

var(Console) transient bool bHoldingStart;

bRunningDemo Source code

var(Console) transient bool bRunningDemo;

DemoLevels[64] Source code

var(Console) globalconfig String DemoLevels[64];

TimeBeforeReboot Source code

var(Console) globalconfig float TimeBeforeReboot;

TimeHoldingReboot Source code

var(Console) transient float TimeHoldingReboot;

TimeIdle Source code

var(Console) transient float TimeIdle;

TimePerDemo Source code

var(Console) globalconfig float TimePerDemo;

TimePerSoak Source code

var(Console) globalconfig float TimePerSoak;

TimePerTitle Source code

var(Console) globalconfig float TimePerTitle;

TimeTooIdle Source code

var(Console) globalconfig float TimeTooIdle;


Functions Detail

BeginState Typing Source code

function BeginState ( )

Chat Source code

function Chat ( coerce string Msg, float MsgLife, PlayerReplicationInfo PRI )

ConnectFailure Source code

event ConnectFailure ( string FailCode,string URL )

ConsoleClose Source code

exec function ConsoleClose ( )

ConsoleOpen Source code

exec function ConsoleOpen ( )

ConsoleToggle Source code

exec function ConsoleToggle ( )

DelayedConsoleCommand Source code

function DelayedConsoleCommand ( string command )

EndState Typing Source code

function EndState ( )

Initialized Source code

event Initialized ( )

KeyEvent Source code

event 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 ( )

SetInitialMusic Source code

function string SetInitialMusic ( string NewSong )

SetMusic Source code

function SetMusic ( string NewSong )

StartRollingDemo Source code

exec function StartRollingDemo ( )

StopRollingDemo Source code

exec function StopRollingDemo ( )

Talk Source code

exec function Talk ( )

TeamTalk Source code

exec function TeamTalk ( )

Tick Source code

simulated event Tick ( float Delta )

Type Source code

exec function Type ( )

Type Typing Source code

exec function Type ( )

TypingClose Source code

function TypingClose ( )

TypingOpen Source code

function TypingOpen ( )

UnPressButtons Source code

function UnPressButtons ( )

ViewportInitialized Source code

event ViewportInitialized ( )


Defaultproperties

defaultproperties
{
     HistoryBot=-1
     TimePerDemo=300.000000
     TimeTooIdle=60.000000
     TimeBeforeReboot=5.000000
     bRequiresTick=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:53.578 - Created with UnCodeX