| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UBrowser.UBrowserMainClientWindow
| Constants Summary | ||
|---|---|---|
| OpenBarHeight | = | 30 |
| Inherited Contants from UWindow.UWindowWindow |
|---|
| DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_HelpChanged, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick, DE_WheelDownPressed, DE_WheelUpPressed |
| Variables Summary | |
|---|---|
| UBrowserServerListWindow | FactoryWindows[20] |
| UWindowPageControlPage | Favorites |
| string | FavoritesName |
| UWindowPageControlPage | LANPage |
| string | LANTabName |
| string | NewsName |
| UWindowPageControlPage | NewsPage |
| UBrowserOpenBar | OpenBar |
| UWindowTabControlItem | PageBeforeLAN |
| UWindowPageControl | PageControl |
| UWindowPageControlPage | Recent |
| string | RecentName |
| UBrowserMainClientWindow | |
| InitalPageE | InitialPage |
| name | ServerListNames[20] |
| string | ServerListTitles[20] |
| Enumerations Summary | ||
|---|---|---|
| InitalPageE PG_NewsPage, PG_FavoritesPage, PG_AllServersPage | ||
| Inherited Enumerations from UWindow.UWindowWindow |
|---|
| WinMessage |
| Structures Summary |
|---|
| Inherited Structures from UWindow.UWindowWindow |
|---|
| MouseCursor |
| Functions Summary | ||
|---|---|---|
![]() | Created ())) | |
![]() | Paint (Canvas C, float X, float Y)) | |
![]() | Resized ())) | |
![]() | SaveConfigs ())) | |
![]() | SelectInternet ())) | |
![]() | SelectLAN ())) | |
| Inherited Functions from UWindow.UWindowClientWindow |
|---|
| Close |
| Constants Detail |
|---|
| Variables Detail |
|---|
| Enumerations Detail |
|---|
| Functions Detail |
|---|
Created Source code
Paint Source code
Resized Source code
SaveConfigs Source code
SelectInternet Source code
SelectLAN Source code| Defaultproperties |
|---|
defaultproperties
{
LANTabName="UBrowserLAN"
FavoritesName="Favorites"
NewsName="Community News"
RecentName="Recent servers"
ServerListTitles(0)="Populated Servers"
ServerListTitles(1)="Deathmatch"
ServerListTitles(2)="Team games"
ServerListTitles(3)="Cooperative"
ServerListTitles(4)="King of the Hill"
ServerListTitles(5)="Infiltration DM"
ServerListTitles(6)="Infiltration Standoff / Team"
ServerListTitles(7)="Serpentine"
ServerListTitles(8)="Capture the Flag"
ServerListTitles(9)="Crystal Castles"
ServerListTitles(10)="Unreal Forever"
ServerListTitles(11)="Domination"
ServerListTitles(12)="RTNP Deathmatch"
ServerListTitles(13)="DarkMatch"
ServerListTitles(14)="All Servers"
ServerListTitles(15)="LAN Servers"
ServerListNames(0)="UBrowserPopulated"
ServerListNames(1)="UBrowserDeathmatch"
ServerListNames(2)="UBrowserTeamGames"
ServerListNames(3)="UBrowserCoop"
ServerListNames(4)="UBrowserKingoftheHill"
ServerListNames(5)="UBrowserInfDM"
ServerListNames(6)="UBrowserInfStandoff"
ServerListNames(7)="UBrowserSerpentine"
ServerListNames(8)="UBrowserRealCTF"
ServerListNames(9)="UBrowserCC"
ServerListNames(10)="UBrowserU4E"
ServerListNames(11)="UBrowserDomination"
ServerListNames(12)="UBrowserRTNP"
ServerListNames(13)="UBrowserDarkMatch"
ServerListNames(14)="UBrowserAll"
ServerListNames(15)="UBrowserLAN"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||