The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UT2MusicManager (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MusicManager
Package: 
XInterface
This class in other games:
UT2003

(C) 2002, Epic Games

Properties

PlayList

Type: PlayListStruct

Modifiers: config


Default values

Property Value
bPersistent True

Structs

PlayListStruct

bool bRepeat 
bool bShuffle 
string Current 
array<string> Songs 

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

MusicChanged

function MusicChanged ()


NotifyLevelChange

function bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


SetInitialMusic

function string SetInitialMusic (string NewSong)


SetMusic

function SetMusic (string NewSong)