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

UBrowser.UBrowserJoinPWD

Extends
UWindowDialogClientWindow
Modifiers
Config ( User )

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UBrowser.UBrowserJoinPWD

Variables Summary
UWindowSmallCloseButtonCloseButton
UWindowEditControlEditBox
UBrowserServerGridGrid
stringJoinAddress
UWindowSmallButtonJoinButton
UBrowserServerListJoiningServerInfo
stringJoinShortURL
UWindowSmallButtonSaveButton
PasswordArrayTypeSavedPasswords[32]
UBrowserJoinPWD
intSavedOffset
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Structures Summary
PasswordArrayType
SavedPassword, SavedURL

Functions Summary
function Created ()))
functionbool MakeClientJoinWithP (string ServerAddress, PlayerPawn Other, optional string AddOpt ))
function Notify (UWindowDialogControl C, byte E))
function ReceiveAddressInfo (string IPAddr ))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

CloseButton Source code

var UWindowSmallCloseButton CloseButton;

EditBox Source code

var UWindowEditControl EditBox;

Grid Source code

var UBrowserServerGrid Grid;

JoinAddress Source code

var string JoinAddress;

JoinButton Source code

var UWindowSmallButton JoinButton;

JoiningServerInfo Source code

var UBrowserServerList JoiningServerInfo;

JoinShortURL Source code

var string JoinShortURL;

SaveButton Source code

var UWindowSmallButton SaveButton;

SavedPasswords[32] Source code

var private globalconfig PasswordArrayType SavedPasswords[32];

UBrowserJoinPWD

SavedOffset Source code

var(UBrowserJoinPWD) private globalconfig int SavedOffset;


Structures Detail

PasswordArrayType Source code

struct PasswordArrayType
{
var(UBrowserJoinPWD) private config string SavedPassword;
var(UBrowserJoinPWD) private config string SavedURL;
};



Functions Detail

Created Source code

function Created ( ) )

MakeClientJoinWithP Source code

Static function bool MakeClientJoinWithP ( string ServerAddress, PlayerPawn Other, optional string AddOpt ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

ReceiveAddressInfo Source code

function ReceiveAddressInfo ( string IPAddr ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.725 - Created with UnCodeX