Parameters |
Description |
sound |
Sound identifier. |
pos |
Position of the sound. |
Syntax: Sound.SetSoundPosition(ISound* sound, Vect3 pos)
Sets the position of the sound. nSoundHandle can be SoundID or Ptr.
! Change the position of a 3D sound @param nID ID of the sound @param v3d Three component vector containing the position @see CScriptBind_Sound::Load3DSound
Copyright (c) 2012. All rights reserved.
|