]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
sound_starttime: document
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 24 Dec 2015 07:43:31 +0000 (18:43 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 24 Dec 2015 07:43:43 +0000 (18:43 +1100)
qcsrc/dpdefs/doc.md

index 4ee55324e7b519eaac229bf775ba79d80637265f..e5c19ca770c78ef186aee89486da0bc8627d0c08 100644 (file)
@@ -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