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 00027 00028 00029 |
// ==================================================================== // Class: XInterface.STY_ServerBrowserGrid // // <Enter a description here> // ==================================================================== class STY2ServerBrowserGrid extends GUI2Styles; defaultproperties { KeyName="ServerBrowserGrid" FontNames(0)="UT2ServerListFont" FontNames(1)="UT2ServerListFont" FontNames(2)="UT2ServerListFont" FontNames(3)="UT2ServerListFont" FontNames(4)="UT2ServerListFont" FontColors(0)=(G=195) FontColors(3)=(B=255,G=255) FontColors(4)=(B=192,G=192,R=192) RStyles(0)=MSTY_Alpha RStyles(1)=MSTY_Alpha RStyles(2)=MSTY_Alpha RStyles(3)=MSTY_Alpha BorderOffsets(0)=3 BorderOffsets(1)=10 BorderOffsets(2)=3 BorderOffsets(3)=12 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |