| 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 | //============================================================================== // Created on: 08/15/2003 // Base class for all UT2004 GUIPages // // Written by Ron Prestenback // © 2003, Epic Games, Inc. All Rights Reserved //============================================================================== class UT2K4GUIPage extends GUIPage abstract; var Sound PopInSound, SlideInSound, FadeInSound, BeepSound; defaultproperties { PopInSound=Sound'2K4MenuSounds.MainMenu.OptionIn' SlideInSound=Sound'2K4MenuSounds.MainMenu.GraphSlide' FadeInSound=Sound'2K4MenuSounds.MainMenu.CharFade' BeepSound=Sound'MenuSounds.select3' WinTop=0.375000 WinHeight=0.500000 } | 
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation | 
| previous class next class | frames no frames | |||||