# Set Sound Factors

Grammar — Set sound factors to use distance distance, doppler doppler, and rolloff rolloff
FlagsNative | Action

Sets sound factors for distance, doppler, and rolloff.

# Arguments

  • fixed — Distance
  • fixed — Doppler
  • fixed — Rolloff

Returns — void

native void SoundSetFactors(
	fixed distance,
	fixed doppler,
	fixed rolloff,
);

Category: Sound / Sound Settings

# Examples

— None found —