- Extends
- Interaction
Core.Object
|
+-- Engine.Interactions
|
+-- Engine.Interaction
|
+-- Engine.Console
Direct Known Subclasses:
ExtendedConsole
Inherited Functions from Engine.Interaction |
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen |
var bool bIgnoreKeys;
var bool bTyping;
BufferedConsoleCommands Source code
var array<string> BufferedConsoleCommands;
var config byte ConsoleHotKey;
var int HistoryBot;
var int HistoryCur;
var int HistoryTop;
var string History[16];
var string TypedStr;
var int TypedStrPos;
Console
var(
Console) transient
bool bHoldingBack;
var(
Console) transient
bool bHoldingStart;
var(
Console) transient
bool bRunningDemo;
var(
Console) globalconfig
String DemoLevels[
64];
var(
Console) globalconfig
float TimeBeforeReboot;
var(
Console) transient
float TimeHoldingReboot;
var(
Console) transient
float TimeIdle;
var(
Console) globalconfig
float TimePerDemo;
var(
Console) globalconfig
float TimePerSoak;
var(
Console) globalconfig
float TimePerTitle;
var(
Console) globalconfig
float TimeTooIdle;
function BeginState ( ) )
event ConnectFailure ( string FailCode,string URL )
exec function ConsoleClose ( )
exec function ConsoleOpen ( )
exec function ConsoleToggle ( )
function DelayedConsoleCommand ( string command) )
function EndState ( ) )
event Initialized ( ) )
function
bool KeyType (
EInputKey Key, optional
string Unicode ) )
event Message ( coerce string Msg, float MsgLife )
event NativeConsoleOpen ( ) )
event NotifyLevelChange ( ) )
function string SetInitialMusic ( string NewSong) )
function SetMusic ( string NewSong )
exec function StartRollingDemo ( ) )
exec function StopRollingDemo ( ) )
exec function Talk ( ) )
exec function TeamTalk ( ) )
simulated event Tick ( float Delta ) )
exec function Type ( ) )
exec function Type ( ) )
function TypingClose ( ) )
function TypingOpen ( ) )
function UnPressButtons ( ) )
event ViewportInitialized ( ) )
defaultproperties
{
bActive=True
bVisible=False
bRequiresTick=True
HistoryBot=-1
TimeIdle=0.0
TimeHoldingReboot=0.0
bRunningDemo=false
bHoldingStart=false
bHoldingBack=false
TimeBeforeReboot=5.0
TimePerTitle=0.0
TimePerDemo=300.0
TimeTooIdle=60.0
}
|
Creation time: Do 14.8.2014 09:58:02.345 - Created with
UnCodeX