Parameters |
Description |
Vec3 vPos |
Position where to play sound. |
uint32 nSoundFlags |
Sound flags, specify how to play sound. |
uint32 nSoundFlagsExtended |
Extended sound flags, specify how to play sound. |
float fVolume |
The sound's volume between 0-1 |
float minRadius |
min radius |
float maxRadius |
max radius |
uint32 nSemantic |
Semantical information what this sound is. |
sGroupAndSoundName |
SoundGroup name of the sound definition or direct filename of a sound |
SoundID.
for the new group sound param settings
Syntax: Sound.PlayEx( sGroupAndSoundName, nSoundFlags, fVolume, pos, minRadius, maxRadius )
Play sound file.
Copyright (c) 2012. All rights reserved.
|