Index

PlaySound

PlaySound(<-soundName <-volume)

Description

Plays a sound. The volume ranges from 0 to 1. Valid sound names can be found in Sound Names:
Note that nearly all sounds will play at the world position 0,0,0.

Examples

PlaySound("Notify" 1)

See Also

There is a sound sampler script in the Tools section of the wiki.

Index