# Move Sound
Grammar — Move s to position|Location with Z offset height|Z
Flags —Native
|Action
Moves a sound to the specified location.
# Arguments
sound
— Soundpoint
— Positionfixed
— Height
Returns — void
native void SoundSetPosition(
sound s,
point position,
fixed height,
);
# Related
Category: Sound / Sounds
- Play Sound On Unit —
void
— SoundPlayOnUnitForPlayer - Play Sound At Point —
void
— SoundPlayAtPointForPlayer - Play Sound —
void
— SoundPlayForPlayer - Last Played Sound —
sound
— SoundLastPlayed - Pause Sound —
void
— SoundPause - Stop Sound —
void
— SoundStop - Skip To Sound Offset —
void
— SoundSetOffset - Move Sound —
void
— SoundSetPosition - Wait For Sound —
void
— SoundWait - Set Sound Volume —
void
— SoundSetVolume - Stop All Trigger Sounds —
void
— SoundStopAllTriggerSounds - Stop All Model Sounds —
void
— SoundStopAllModelSounds - Set Sound Listener Gender —
void
— SoundSetListenerGender
# Examples
— None found —