]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/defs.qh
qcvm: add stov builtin #16
[xonotic/gmqcc.git] / tests / defs.qh
index f6ea408ad9ed7f26ff6b812f07a7de719dd82095..cbe8c98300ec04f2d0cb5a9df039e01c0f507a43 100644 (file)
@@ -18,3 +18,4 @@ vector (vector vec)               normalize = #12;
 float  (float val)                sqrt      = #13;
 float  (float val)                floor     = #14;
 float  (float val1, float val2)   pow       = #15;
+vector (string str)               stov      = #16;