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 |
// ==================================================================== // (C) 2002, Epic Games // ==================================================================== class STY2SliderBar extends STY2SquareButton; defaultproperties { KeyName="SliderBar" Images(0)=Material'2K4Menus.NewControls.NewSliderBar' Images(1)=Material'2K4Menus.NewControls.NewSliderBar' Images(2)=Material'2K4Menus.NewControls.NewSliderBar' Images(3)=Material'2K4Menus.NewControls.NewSliderBar' Images(4)=Material'2K4Menus.NewControls.NewSliderBar' ImgStyle(0)=ISTY_PartialScaled ImgStyle(1)=ISTY_PartialScaled ImgStyle(2)=ISTY_PartialScaled ImgStyle(3)=ISTY_PartialScaled ImgStyle(4)=ISTY_PartialScaled } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |