Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:MusicScriptEvent (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
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