# Set Sound Factors
Grammar — Set sound factors to use distance distance, doppler doppler, and rolloff rolloff
Flags —Native
|Action
Sets sound factors for distance, doppler, and rolloff.
# Arguments
fixed
— Distancefixed
— Dopplerfixed
— Rolloff
Returns — void
native void SoundSetFactors(
fixed distance,
fixed doppler,
fixed rolloff,
);
# Related
Category: Sound / Sound Settings
- Set Sound Factors —
void
— SoundSetFactors - Set Sound Reverb For Players —
void
— SoundSetReverbForPlayers
# Examples
— None found —