]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
patch from esteel making the findkeysforcommand builtin available in
[xonotic/darkplaces.git] / clvm_cmds.c
index f1d3b4ace8a33934c4ecddd289269e108f4ab254..289e531eed039e9391c2aed589f1c2581128603d 100644 (file)
@@ -3494,6 +3494,8 @@ NULL,                                                     // #516
 NULL,                                                  // #517
 NULL,                                                  // #518
 NULL,                                                  // #519
+VM_keynumtostring,                             // #520 string keynumtostring(float keynum)
+VM_findkeysforcommand,         // #521 string findkeysforcommand(string command)
 };
 
 const int vm_cl_numbuiltins = sizeof(vm_cl_builtins) / sizeof(prvm_builtin_t);