Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 |
//============================================================================== // Base class for server browser multi-column listboxes // // Created by Ron Prestenback // © 2003, Epic Games, Inc. All Rights Reserved //============================================================================== class ServerBrowserMCList extends GUIMultiColumnList; var UT2K4Browser_ServerListPageBase tp_MyPage; function SetAnchor(UT2K4Browser_ServerListPageBase Anchor) { tp_MyPage = Anchor; } function MyOnDrawItem(Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending); defaultproperties { bVisibleWhenEmpty=Wahr SelectedStyleName="BrowserListSelection" OnDrawItem=ServerBrowserMCList.MyOnDrawItem StyleName="ServerBrowserGrid" RenderWeight=1.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |