playSound: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#P|COMREF]] | |||
<h2 style="color:#000066">'''playSound ''name'''''</h2> | <h2 style="color:#000066">'''playSound ''name'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
name: [[String]] | '''name:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Play sound defined in [[description.ext]]. | Play sound defined in [[description.ext]]. | ||
'''Example:''' | '''Example:''' | ||
'''playSound''' "soundname" | '''playSound''' "soundname" |
Revision as of 02:19, 16 April 2006
back to COMREF
playSound name
Operand types:
name: String
Type of returned value:
Description:
Play sound defined in description.ext.
Example:
playSound "soundname"