From e63b68ca911747de000260cad900f84f3072c1e8 Mon Sep 17 00:00:00 2001 From: TimePath Date: Thu, 24 Dec 2015 18:43:31 +1100 Subject: [PATCH] sound_starttime: document --- qcsrc/dpdefs/doc.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2