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 | +-- ROInterface.ROConsole
Variables Summary | |
---|---|
string | AllPlayersSquad |
string | OwnSquad |
EROSpeechMenuState | PreviousStateName |
array<PlayerReplicationInfo> | PRIs |
EROSpeechMenuState | ROSMState |
int | savedSelectedObjective |
string | SquadSuffix |
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 |
Enumerations Summary | ||
---|---|---|
EROSpeechMenuState ROSMS_Main, ROSMS_Support, ROSMS_Ack, ROSMS_Enemy, ROSMS_Alert, ROSMS_Vehicle_Orders, ROSMS_Vehicle_Alerts, ROSMS_Commanders, ROSMS_Extras, ROSMS_Attack, ROSMS_Defend, ROSMS_Vehicle_Goto, ROSMS_HelpAt, ROSMS_UnderAttackAt, ROSMS_SelectSquad |
Inherited Enumerations from XInterface.ExtendedConsole |
---|
ESpeechMenuState |
Structures Summary |
---|
Inherited Structures from XInterface.ExtendedConsole |
---|
ChatStruct, ServerFavorite, StoredPassword |
Functions Summary | ||
---|---|---|
![]() | bool | bCheckIfOwnerTeamHasBots ())) SpeechMenuVisible |
![]() | BeginState ())) SpeechMenuVisible | |
![]() | buildAckArray ())) SpeechMenuVisible | |
![]() | buildSMAlertArray ())) SpeechMenuVisible | |
![]() | buildSMAttackArray ())) SpeechMenuVisible | |
![]() | buildSMDefendArray ())) SpeechMenuVisible | |
![]() | buildSMEnemyArray ())) SpeechMenuVisible | |
![]() | buildSMExtraArray ())) SpeechMenuVisible | |
![]() | buildSMGotoArray ())) SpeechMenuVisible | |
![]() | buildSMHelpAtArray ())) SpeechMenuVisible | |
![]() | buildSMMainArray ())) SpeechMenuVisible | |
![]() | buildSMOrderArray ())) SpeechMenuVisible | |
![]() | buildSMSelectSquadArray ())) SpeechMenuVisible | |
![]() | buildSMSupportArray ())) SpeechMenuVisible | |
![]() | buildSMUnderAttackAtArray ())) SpeechMenuVisible | |
![]() | buildSMVehicleAlertArray ())) SpeechMenuVisible | |
![]() | buildSMVehicleDirectionArray ())) SpeechMenuVisible | |
![]() | DrawCurrentArray (canvas Canvas, bool sizing, out float XMax, out float YMax )) SpeechMenuVisible | |
![]() | DrawNumbers (canvas Canvas, int NumNums, bool IncZero, bool sizing, out float XMax, out float YMax )) SpeechMenuVisible | |
![]() | EndState ())) SpeechMenuVisible | |
![]() | EnterROState (EROSpeechMenuState newState, optional bool bNoSound)) SpeechMenuVisible | |
![]() | class<ROVoicePack> | GetROVoiceClass ())) SpeechMenuVisible |
![]() | HandleInput (int keyIn)) SpeechMenuVisible | |
![]() | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta )) SpeechMenuVisible |
![]() | int | KeyToNumber (EInputKey InKey)) SpeechMenuVisible |
![]() | bool | KeyType (EInputKey Key, optional string Unicode )) SpeechMenuVisible |
![]() | LeaveState ())) SpeechMenuVisible | |
![]() | Font | MyGetSmallFontFor (canvas Canvas)) SpeechMenuVisible |
![]() | NotifyLevelChange ())) SpeechMenuVisible | |
![]() | string | NumberToString (int num)) SpeechMenuVisible |
![]() | PostRender (canvas Canvas )) SpeechMenuVisible | |
![]() | RebuildSMArray ())) SpeechMenuVisible | |
![]() | VehicleTalk ())) |
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 |
States Summary |
---|
Variables Detail |
---|
Enumerations Detail |
---|
ROSMS_Main, ROSMS_Support, ROSMS_Ack, ROSMS_Enemy, ROSMS_Alert, ROSMS_Vehicle_Orders, ROSMS_Vehicle_Alerts, ROSMS_Commanders, ROSMS_Extras, ROSMS_Attack, ROSMS_Defend, ROSMS_Vehicle_Goto, ROSMS_HelpAt, ROSMS_UnderAttackAt, ROSMS_SelectSquad};
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { AllPlayersSquad="All teammates" OwnSquad="My Squad" SquadSuffix="'s Squad" SMStateName(1)="Support" SMStateName(3)="Enemy Spotted" SMStateName(4)="Alert" SMStateName(5)="Vehicle Commands" SMStateName(6)="Vehicle Alerts" SMStateName(7)="Commands" SMStateName(8)="Taunts" SMStateName(9)="Attack..." SMStateName(10)="Defend..." SMStateName(11)="Go to..." SMStateName(12)="Request Help At..." SMStateName(13)="Under Attack At..." SMStateName(14)="Select order recipient..." SMOpenSound=Sound'ROMenuSounds.Generic.msfxEdit' SMAcceptSound=Sound'ROMenuSounds.Generic.msfxMouseClick' SMDenySound=Sound'ROMenuSounds.MainMenu.CharFade' ServerInfoMenu="ROInterface.ROGUIServerInfo" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |