- 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
{
ConsoleHotKey=9
HistoryBot=-1
TimePerTitle=30.000000
TimePerDemo=60.000000
TimeTooIdle=60.000000
TimeBeforeReboot=5.000000
TimePerSoak=3600.000000
DemoLevels(0)="DM-Curse3"
DemoLevels(1)="DM-Antalus"
DemoLevels(2)="CTF-Chrome"
DemoLevels(3)="DOM-SunTemple"
DemoLevels(4)="BR-Endagra"
bRequiresTick=True
}
|
Creation time: sk 18-3-2018 09:49:36.627 - Created with
UnCodeX