Difference between revisions of "PlaySoundObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (fix missing parameter, remove tag)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=PlaySoundObject
 
|name=PlaySoundObject
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oSound
 
|param1name=oSound
|param1desc=
+
|param1desc= The sound object to play
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 21:57, 11 February 2010

Play a sound object

void PlaySoundObject(
object oSound
);
Parameters:
oSound
The sound object to play
Returns:

Nothing.

Source:

script.ldf