]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "NewQC" version 19)
authorBlub <blub@speed.at>
Fri, 2 Apr 2010 11:33:00 +0000 (11:33 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
NewQC.textile

index a5a33d4e0218844830317a1c6083151b5dc665f2..f5ced9a6002633c89499bf648a366642a5794f10 100644 (file)
@@ -60,7 +60,9 @@ float myfunc() final
 }
 </pre>
 
-h2. Variadic parameters
+h2. Variadic parameters (do not use yet)
+
+(This might get changed to be more flexible so do not rely on this syntax...)
 
 Another "enhancement" is the possibility to have functions with variadic parameter lists. However, the only way to sanely access them (until pointers are allowed) is via a recursive way.
 Here's an example that assumes float parameters and prints them one after the other: