Cogito, ergo sum

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[edit]

Property group 'MusicScriptEvent'[edit]

Script[edit]

Type: string


Song[edit]

Type: string


Functions[edit]

Static native functions[edit]

CallRoutine[edit]

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


GetMasterVolume[edit]

native static function int GetMasterVolume ()


SetMasterVolume[edit]

native static function SetMasterVolume (int Volume)


Instance functions[edit]

Trigger[edit]

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

Overrides: Actor.Trigger