Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- Engine.Console | +-- XInterface.ExtendedConsole
Inherited Variables from Engine.Console |
---|
bHoldingBack, bHoldingStart, bIgnoreKeys, bRunningDemo, bTyping, BufferedConsoleCommands, ConsoleHotKey, DemoLevels[64], HistoryBot, HistoryCur, HistoryTop, History[16], TimeBeforeReboot, TimeHoldingReboot, TimeIdle, TimePerDemo, TimePerSoak, TimePerTitle, TimeTooIdle, TypedStr, TypedStrPos |
Inherited Variables from Engine.Interaction |
---|
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner |
Enumerations Summary | ||
---|---|---|
ESpeechMenuState SMS_Main, SMS_VoiceChat, SMS_Ack, SMS_FriendFire, SMS_Order, SMS_Other, SMS_Taunt, SMS_TauntAnim, SMS_PlayerSelect, SMS_VoiceChatChannel |
Structures Summary | ||
---|---|---|
ChatStruct Message, team | ||
ServerFavorite ServerID, IP, Port, QueryPort, ServerName | ||
StoredPassword Server, Password |
Delegates Summary | ||
---|---|---|
![]() | OnChat (string Msg, int TeamIndex) | |
![]() | OnChatMessage (string Msg) | |
![]() | OnExecAddFavorite (ServerFavorite Fav) |
Functions Summary | ||
---|---|---|
![]() | AddCurrentToFavorites () | |
![]() | bool | AddFavorite (ServerFavorite NewFav) |
![]() | AddMessage (string Mesg) | |
![]() | BeginState () ConsoleVisible | |
![]() | BeginState () SpeechMenuVisible | |
![]() | Chat (coerce string Msg, float MsgLife, PlayerReplicationInfo PRI) | |
![]() | CloseSpeechMenu () SpeechMenuVisible | |
![]() | CLS () | |
![]() | ConnectFailure (string FailCode, tring URL) | |
![]() | ConsoleClose () | |
![]() | ConsoleOpen () | |
![]() | ConsoleToggle () | |
![]() | DebugTabOrder () | |
![]() | DLO (string ClassName, string ClassType) | |
![]() | DrawCurrentArray (canvas Canvas, bool sizing, out float XMax, out float YMax) SpeechMenuVisible | |
![]() | DrawMembers (Canvas Canvas, float XMax, float YMax) SpeechMenuVisible | |
![]() | DrawNumbers (canvas Canvas, int NumNums, bool IncZero, bool sizing, out float XMax, out float YMax) SpeechMenuVisible | |
![]() | DumpCacheRecords (optional string CacheType) | |
![]() | DumpLoadingHints (string param) | |
![]() | DumpPlayInfo (string group) | |
![]() | DumpRecords (string Type) | |
![]() | EndState () ConsoleVisible | |
![]() | EndState () SpeechMenuVisible | |
![]() | EnterState (ESpeechMenuState newState, optional bool bNoSound) SpeechMenuVisible | |
![]() | GetFavorites (out array<ServerFavorite> List) | |
![]() | GetNewPlaybackSpeed (int dir) | |
![]() | class<TeamVoicePack> | GetVoiceClass () SpeechMenuVisible |
![]() | HandleInput (int keyIn) SpeechMenuVisible | |
![]() | bool | InFavorites (ServerFavorite Fav) |
![]() | InGameChat () | |
![]() | bool | IsActiveChannel (int i) SpeechMenuVisible |
![]() | bool | IsMember (int i) SpeechMenuVisible |
![]() | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) |
![]() | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) ConsoleVisible |
![]() | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta) SpeechMenuVisible |
![]() | int | KeyToNumber (EInputKey InKey) SpeechMenuVisible |
![]() | bool | KeyType (EInputKey Key, optional string Unicode) ConsoleVisible |
![]() | bool | KeyType (EInputKey Key, optional string Unicode) SpeechMenuVisible |
![]() | LeaveState () SpeechMenuVisible | |
![]() | Message (coerce string Msg, float MsgLife) | |
![]() | MusicMenu () | |
![]() | Font | MyGetSmallFontFor (canvas Canvas) SpeechMenuVisible |
![]() | NativeConsoleOpen () | |
![]() | NotifyLevelChange () | |
![]() | NotifyLevelChange () SpeechMenuVisible | |
![]() | string | NumberToString (int num) SpeechMenuVisible |
![]() | OnStatsClosed (optional bool bCancelled) | |
![]() | OnStatsConfigured () | |
![]() | PlayConsoleSound (Sound S) | |
![]() | PlayWaitingGame () | |
![]() | PostRender (canvas Canvas) | |
![]() | PostRender (canvas Canvas) ConsoleVisible | |
![]() | PostRender (canvas Canvas) SpeechMenuVisible | |
![]() | RebuildSMArray () SpeechMenuVisible | |
![]() | bool | RemoveFavorite (string IP, int Port, int QueryPort) |
![]() | SaveFavorites () | |
![]() | ServerInfo () | |
![]() | SortSMArray () SpeechMenuVisible | |
![]() | SpeechMenuToggle () | |
![]() | SpeechMenuToggle () SpeechMenuVisible | |
![]() | TeamChatOnly () | |
![]() | bool | VoiceChatAllowed () |
Inherited Functions from Engine.Console |
---|
BeginState, Chat, ConnectFailure, ConsoleClose, ConsoleOpen, ConsoleToggle, DelayedConsoleCommand, EndState, Initialized, KeyEvent, KeyType, Message, NativeConsoleOpen, NotifyLevelChange, SetInitialMusic, SetMusic, StartRollingDemo, StopRollingDemo, Talk, TeamTalk, Tick, Type, TypingClose, TypingOpen, UnPressButtons, ViewportInitialized |
Inherited Functions from Engine.Interaction |
---|
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen |
States Summary |
---|
ConsoleVisible Source code |
---|
state ConsoleVisible |
BeginState, EndState, KeyEvent, KeyType, PostRender |
SpeechMenuVisible Source code |
---|
state SpeechMenuVisible |
BeginState, CloseSpeechMenu, DrawCurrentArray, DrawMembers, DrawNumbers, EndState, EnterState, GetVoiceClass, HandleInput, IsActiveChannel, IsMember, KeyEvent, KeyToNumber, KeyType, LeaveState, MyGetSmallFontFor, NotifyLevelChange, NumberToString, PostRender, RebuildSMArray, SortSMArray, SpeechMenuToggle |
Variables Detail |
---|
Enumerations Detail |
---|
SMS_Main, SMS_VoiceChat, SMS_Ack, SMS_FriendFire, SMS_Order, SMS_Other, SMS_Taunt, SMS_TauntAnim, SMS_PlayerSelect, SMS_VoiceChatChannel};
Structures Detail |
---|
var(ExtendedConsole) config string IP;};
var(ExtendedConsole) config int Port;
var(ExtendedConsole) config int QueryPort;
var(ExtendedConsole) config int ServerID;
var(ExtendedConsole) config string ServerName;
Delegates Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { MaxScrollbackSize=128 ConsoleSoundVol=0.300000 AddedCurrentHead="Added Server:" AddedCurrentTail="To Favorites!" ServerFullMsg="Server is now full" SMOriginX=0.010000 SMOriginY=0.300000 SMMargin=0.015000 SMStateName(0)="Speech Menu" SMStateName(1)="Voice Chat" SMStateName(2)="Acknowledge" SMStateName(3)="Friendly Fire" SMStateName(4)="Order" SMStateName(5)="Other" SMStateName(6)="Taunt" SMStateName(7)="Taunt Anim" SMStateName(8)="Player Select" SMChannelOptions(0)="Join" SMChannelOptions(1)="Leave" SMChannelOptions(2)="Talk" SMAllString="[ALL]" SMMoreString="[MORE]" SMOpenSound=Sound'MenuSounds.selectDshort' SMAcceptSound=Sound'MenuSounds.selectJ' SMDenySound=Sound'MenuSounds.selectK' LetterKeys(0)=IK_Q LetterKeys(1)=IK_W LetterKeys(2)=IK_E LetterKeys(3)=IK_R LetterKeys(4)=IK_A LetterKeys(5)=IK_S LetterKeys(6)=IK_D LetterKeys(7)=IK_F LetterKeys(8)=IK_Z LetterKeys(9)=IK_X NumberKeys(0)=IK_0 NumberKeys(1)=IK_1 NumberKeys(2)=IK_2 NumberKeys(3)=IK_3 NumberKeys(4)=IK_4 NumberKeys(5)=IK_5 NumberKeys(6)=IK_6 NumberKeys(7)=IK_7 NumberKeys(8)=IK_8 NumberKeys(9)=IK_9 bSpeechMenuUseMouseWheel=True ChatMenuClass="GUI2K4.UT2K4InGameChat" StatsPromptMenuClass="GUI2K4.UT2K4StatsPrompt" NeedPasswordMenuClass="GUI2K4.UT2K4GetPassword" ServerInfoMenu="GUI2K4.UT2K4ServerInfo" DemoPlaybackSpeeds(0)=0.250000 DemoPlaybackSpeeds(1)=0.500000 DemoPlaybackSpeeds(2)=1.100000 DemoPlaybackSpeeds(3)=2.000000 DemoPlaybackSpeeds(4)=4.000000 bDemoJogKeys=True } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |