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

Difference between revisions of "DP SV POINTSOUND"

From Quake Wiki

(New page: Builtin definitions: <pre> void(vector origin, string sample, float volume, float attenuation) pointsound = #483; </pre> Similar to the standard QC sound function, this function takes an ...)
(No difference)

Revision as of 13:37, 29 February 2008

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.