Difference between revisions of "Osiris/API/CharacterPlayHUDSoundResource"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterPlayHUDSoundResource'''(''(CHARACTERGUID)'''''_character''', ''(GUIDSTRING)'''''_soundResource''') ===== Description ===== Pl...")
 
 
Line 3: Line 3:
 
===== Description =====
 
===== Description =====
 
Plays the sound resource with GUID '''_soundResource''' for the given character with GUID '''_character'''. This sound has no origin point.
 
Plays the sound resource with GUID '''_soundResource''' for the given character with GUID '''_character'''. This sound has no origin point.
===== Notes =====
 
* '''_casterLevel''': Level of skill to use
 
 
===== See Also =====
 
===== See Also =====
 
* [[Osiris/API/PlaySoundResource|PlaySoundResource]]
 
* [[Osiris/API/PlaySoundResource|PlaySoundResource]]

Latest revision as of 14:22, 28 August 2018

Full Definition(s)
  • call CharacterPlayHUDSoundResource((CHARACTERGUID)_character, (GUIDSTRING)_soundResource)
Description

Plays the sound resource with GUID _soundResource for the given character with GUID _character. This sound has no origin point.

See Also