Difference between revisions of "PlaySound"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
(Added Note about Sound-"Objects")
imported>DragoonWraith
(CS 1.0)
Line 13: Line 13:


==See Also==  
==See Also==  
[[PlaySound3D]]  
* [[PlaySound3D]]  
 
* [[StreamMusic]]  
[[StreamMusic]]  


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]

Revision as of 20:35, 20 July 2007

Syntax:

 PlaySound SoundID

Example:

 PlaySound SPLIllusionCast


Plays the specified sound, non-locational.


Note:

The sounds used for this function are defined in the Object Window under Miscellaneous/Sounds.

See Also