| 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 |
//----------------------------------------------------------- // ROGUIContainer // Class used to 'contain' other components. // Same as ROGUIContainer but with no % padding. // emh -- 11/12/2005 //----------------------------------------------------------- class ROGUIContainerAlt extends ROGUIContainer; defaultproperties { LeftPadding=0.000000 RightPadding=0.000000 TopPadding=0.000000 BottomPadding=0.000000 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||