Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealShare.UnrealJoinGameMenu

Extends
UnrealLongMenu

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Menu
      |   
      +-- UnrealShare.UnrealMenu
         |   
         +-- UnrealShare.UnrealLongMenu
            |   
            +-- UnrealShare.UnrealJoinGameMenu

Variables Summary
stringFastInternetOption
stringInternetOption
stringLANOption
stringLastServer
stringOldLastServer

Functions Summary
function DrawMenu (canvas Canvas)
function PostBeginPlay ()
functionbool ProcessLeft ()
function ProcessMenuEscape ()
function ProcessMenuInput (coerce string InputString)
function ProcessMenuUpdate (coerce string InputString)
functionbool ProcessRight ()
functionbool ProcessSelection ()
function SaveConfigs ()
functionint StepSize ()
Inherited Functions from UnrealShare.UnrealLongMenu
DrawBackGround, DrawHelpPanel, DrawMenu
Inherited Functions from UnrealShare.UnrealMenu
DrawList, DrawSlider, DrawTitle, PlayEnterSound, PlayModifySound, PlaySelectSound


Variables Detail

FastInternetOption Source code

var localized string FastInternetOption;

InternetOption Source code

var localized string InternetOption;

LANOption Source code

var localized string LANOption;

LastServer Source code

var string LastServer;

OldLastServer Source code

var string OldLastServer;


Functions Detail

DrawMenu Source code

function DrawMenu ( canvas Canvas )

PostBeginPlay Source code

function PostBeginPlay ( )

ProcessLeft Source code

function bool ProcessLeft ( )

ProcessMenuEscape Source code

function ProcessMenuEscape ( )

ProcessMenuInput Source code

function ProcessMenuInput ( coerce string InputString )

ProcessMenuUpdate Source code

function ProcessMenuUpdate ( coerce string InputString )

ProcessRight Source code

function bool ProcessRight ( )

ProcessSelection Source code

function bool ProcessSelection ( )

SaveConfigs Source code

function SaveConfigs ( )

StepSize Source code

function int StepSize ( )


Defaultproperties

defaultproperties
{
     InternetOption=" Internet (28.8 - 56K)"
     FastInternetOption=" Fast Internet (ISDN, cable modem)"
     LANOption=" LAN"
     MenuLength=5
     HelpMessage(1)="Listen for local servers"
     HelpMessage(2)="Choose a server from a list of favorites"
     HelpMessage(3)="Hit enter to type in a server address.  Hit enter again to go to this server."
     HelpMessage(4)="Set networking speed."
     HelpMessage(5)="Open GameSpy Lite"
     MenuList(1)="Find Local Servers"
     MenuList(2)="Choose From Favorites"
     MenuList(3)="Open"
     MenuList(4)="Net Speed"
     MenuList(5)="Go to the Unreal server list"
     MenuTitle="JOIN GAME"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:23.375 - Created with UnCodeX