# Move Sound

Grammar — Move s to position|Location with Z offset height|Z
FlagsNative | Action

Moves a sound to the specified location.

# Arguments

  • sound — Sound
  • point — Position
  • fixed — Height

Returns — void

native void SoundSetPosition(
	sound s,
	point position,
	fixed height,
);

Category: Sound / Sounds

# Examples

— None found —