Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPanel | +-- XInterface.GUITabPanel | +-- XInterface.UT2K4TabPanel | +-- GUI2K4.UT2K4Browser_Page | +-- GUI2K4.UT2K4Browser_ServerListPageBase
UT2K4Browser_ServerListPageFavorites, UT2K4Browser_ServerListPageLAN, UT2K4Browser_ServerListPageMS
Variables Summary | |
---|---|
bool | bAllowUpdates |
bool | ConnectLAN |
BrowserFilters | FilterMaster |
floatbox | GameTypePos |
Ut2K4Browser_PlayersListBox | lb_Players |
Ut2K4Browser_RulesListBox | lb_Rules |
Ut2K4Browser_ServerListBox | lb_Server |
Ut2K4Browser_PlayersList | li_Players |
Ut2K4Browser_RulesList | li_Rules |
Ut2K4Browser_ServersList | li_Server |
string | PingCompleteText |
string | PingingText |
GUISplitter | sp_Detail |
GUISplitter | sp_Main |
UT2K4Browser_ServerListPageBase | |
float | DetailSplitterPosition |
array<HeaderColumnPos> | HeaderColumnSizes |
float | MainSplitterPosition |
string | PlayersListBoxClass |
string | RulesListBoxClass |
Structures Summary | ||
---|---|---|
HeaderColumnPos ColumnSizes |
Functions Summary | ||
---|---|---|
![]() | CancelPings () | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner) | |
![]() | InitServerList () | |
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender) | |
![]() | InternalOnLoadIni (GUIComponent Sender, string S) | |
![]() | string | InternalOnSaveINI (GUIComponent Sender) |
![]() | InternalReleaseSplitter (GUIComponent Sender, float NewPos) | |
![]() | bool | IsJoinAvailable (out string ButtonCaption) |
![]() | bool | IsRefreshAvailable (out string ButtonCaption) |
![]() | bool | IsSpectateAvailable (out string ButtonCaption) |
![]() | JoinClicked () | |
![]() | MousePressed (GUIComponent Sender, bool bRepeat) | |
![]() | MouseReleased (GUIComponent Sender) | |
![]() | Opened (GUIComponent Sender) | |
![]() | PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s) | |
![]() | Refresh () | |
![]() | RefreshCurrentServer () | |
![]() | RefreshList () | |
![]() | ServerListChanged (GUIComponent Sender) | |
![]() | ShowPanel (bool bShow) | |
![]() | SpectateClicked () | |
![]() | UpdateStatusPingCount () |
Variables Detail |
---|
Structures Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUISplitter Name=HorzSplitter DefaultPanels(0)="GUI2K4.UT2K4Browser_ServerListBox" DefaultPanels(1)="XInterface.GUISplitter" MaxPercentage=0.900000 OnReleaseSplitter=UT2k4Browser_ServerListPageBase.InternalReleaseSplitter OnCreateComponent=UT2k4Browser_ServerListPageBase.InternalOnCreateComponent IniOption="@Internal" WinHeight=1.000000 RenderWeight=1.000000 OnLoadINI=UT2k4Browser_ServerListPageBase.InternalOnLoadINI End Object sp_Main=GUISplitter'GUI2K4.UT2k4Browser_ServerListPageBase.HorzSplitter' RulesListBoxClass="GUI2K4.UT2K4Browser_RulesListBox" PlayersListBoxClass="GUI2K4.UT2K4Browser_PlayersListBox" MainSplitterPosition=0.665672 DetailSplitterPosition=0.460938 HeaderColumnSizes(0)=(ColumnSizes=(0.096562,0.446875,0.292812,0.110625,0.150000)) HeaderColumnSizes(1)=(ColumnSizes=(0.564287,0.500000)) HeaderColumnSizes(2)=(ColumnSizes=(0.340000,0.220000,0.286591,0.220000)) bAllowUpdates=True PingingText="Pinging Servers ( %NumRec% / %TotalNum% )" PingCompleteText="Pinging Complete! %NumServers% Servers, %NumPlayers% Players" QueryCompleteString="Query Complete! Received: %NumServers% Servers" PanelCaption="Server Browser" bFillHeight=False IniOption="@Internal" WinHeight=0.792969 OnSaveINI=UT2k4Browser_ServerListPageBase.InternalOnSaveINI } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |