From: TimePath Date: Thu, 24 Dec 2015 07:43:31 +0000 (+1100) Subject: sound_starttime: document X-Git-Tag: xonotic-v0.8.2~1393 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e63b68ca911747de000260cad900f84f3072c1e8;p=xonotic%2Fxonotic-data.pk3dir.git sound_starttime: document --- diff --git a/qcsrc/dpdefs/doc.md b/qcsrc/dpdefs/doc.md index 4ee55324e..e5c19ca77 100644 --- a/qcsrc/dpdefs/doc.md +++ b/qcsrc/dpdefs/doc.md @@ -46,6 +46,10 @@ void CSQC_Shutdown(); // trace_endpos: visorigin .vector camera_transform(vector pos, vector ang); +// control start position of sound() +// calculated as ofs = time - sound_starttime +float sound_starttime; + ``` # SVQC