Difference between revisions of "PlaySound"
Jump to navigation
Jump to search
imported>JOG (Added Note about Sound-"Objects") |
imported>Dev akm (link to Sound page) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 10: | Line 10: | ||
'''Note:''' | '''Note:''' | ||
The sounds used for this function are defined in the Object Window under Miscellaneous/Sounds. | The sounds used for this function are defined in the Object Window under [[Sound|Miscellaneous/Sounds]]. | ||
==See Also== | ==See Also== | ||
[[PlaySound3D]] | * [[PlaySound3D]] | ||
* [[StreamMusic]] | |||
[[StreamMusic]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: Miscellaneous Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Play | |||
Sound | |||
End Search Terms --> |
Latest revision as of 14:41, 23 February 2009
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[edit | edit source]