Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2MusicManager
Variables Summary | |
---|---|
PlayListStruct | PlayList |
Inherited Variables from XInterface.GUIPage |
---|
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Inherited Variables from XInterface.GUIMultiComponent |
---|
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
Structures Summary | ||
---|---|---|
PlayListStruct bRepeat, bShuffle, Current, Songs |
Functions Summary | ||
---|---|---|
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
MusicChanged () | ||
bool | NotifyLevelChange () | |
String | SetInitialMusic (string NewSong) | |
SetMusic (string NewSong) |
Inherited Functions from XInterface.GUIPage |
---|
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
Variables Detail |
---|
Structures Detail |
---|
var config bool bRepeat;};
var config bool bShuffle;
var config String Current;
var config array<string> Songs;
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties
{
bPersistent=Wahr
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |