Osiris/API/PlaySound

From Divinity Engine Wiki
Revision as of 18:11, 25 February 2018 by Tinkerer (talk | contribs) (PointSoundTriggers don't work either for PlaySound)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call PlaySound((GUIDSTRING)_Object, (STRING)_SoundEvent)
Description

Plays the sound whose resource name equals _SoundEvent at _Object's location. The sound event resources can be found by right-clicking on the green loudspeaker icon in the resource panel.

Notes
  • _Object must be a character or item. In particular, passing triggers, including PointSoundTriggers, will not do anything.
  • If _Object is off-stage when this routine is called, no sound will be played.
See Also
  • /