]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/dpextensions.qc
progs: Implement builtin #245 (mod) for SSQC and CSQC
[xonotic/darkplaces.git] / dpdefs / dpextensions.qc
index 2dba6b62acd9718e3f2cc29b472335391879977d..48045a202faf22ed1b7bdcbf811db9d113d7752e 100644 (file)
@@ -2639,4 +2639,6 @@ float(string pattern, float caseinsensitive, float quiet, string packfile) searc
 //builtin definitions:
 void(string cmdname) registercommand = #352;
 //description:
-//the registercommand builtin but the server can use it
\ No newline at end of file
+//the registercommand builtin but the server can use it
+
+float(float dividend, float divisor) mod = #245;