Gah - a solution with more questions. – EntropicLqd

UE2:MusicScriptEvent (U2XMP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> Triggers >> MusicScriptEvent
Package: 
Engine

MusicScriptEvent: Used to trigger DirectMusic scripts.

Properties

Property group 'MusicScriptEvent'

Script

Type: string


Song

Type: string


Functions

Static native functions

CallRoutine

native static function CallRoutine (Actor Context, string Script, optional string Song)


GetMasterVolume

native static function int GetMasterVolume ()


SetMasterVolume

native static function SetMasterVolume (int Volume)


Instance functions

Trigger

function Trigger (Actor Other, Pawn EventInstigator, optional name EventName)

Overrides: Actor.Trigger