Category: Audio
SetSfxPan(sfxReference As Integer, pan As Float)
Void
Sets the stereo pan of a loaded sound effect.
Use -1.0 for full left, 0.0 for center, and 1.0 for full right. Values outside that range are clamped.
SetSfxPan(jumpSfx, -0.5)