git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13023
d7cf8633-e32d-0410-b094-
e92efae38249
NULL, // #242
NULL, // #243
NULL, // #244
-NULL, // #245
+VM_modulo, // #245
NULL, // #246
NULL, // #247
NULL, // #248
vector gettaginfo_right;
vector gettaginfo_up;
float checkpvs(vector viewpos, entity viewee) = #240;
+float mod(float dividend, float divisor) = #245;
//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;
NULL, // #242
NULL, // #243
NULL, // #244
-NULL, // #245
+VM_modulo, // #245
NULL, // #246
NULL, // #247
NULL, // #248