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 |
// ==================================================================== // Class: XInterface.STY_ArrowLeft // Parent: XInterface.STY_RoundButton // // Used in the player selection menu / circular lists // ==================================================================== class STY_ArrowLeft extends STY_RoundButton; defaultproperties { KeyName="ArrowLeft" Images(0)=Material'InterfaceContent.Menu.ArrowBlueLeft' Images(1)=Material'InterfaceContent.Menu.ArrowBlueLeft' Images(2)=Material'InterfaceContent.Menu.ArrowBlueLeft' Images(3)=Material'InterfaceContent.Menu.ArrowBlueLeft' Images(4)=None ImgStyle(0)=ISTY_Scaled ImgStyle(1)=ISTY_Scaled ImgStyle(2)=ISTY_Scaled ImgStyle(3)=ISTY_Scaled ImgStyle(4)=ISTY_Scaled } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |