Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP SV POINTSOUND

From Quake Wiki

Revision as of 02:21, 25 March 2013 by Hectate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Builtin definitions:

void(vector origin, string sample, float volume, float attenuation) pointsound = #483;

Similar to the standard QC sound function, this function takes an origin instead of an entity and omits the channel parameter.

This allows sounds to be played at arbitrary origins without spawning entities.