]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/dpextensions.qc
New feature: disableclientprediction == -1.
[xonotic/darkplaces.git] / dpdefs / dpextensions.qc
index 07142e9437317799487f3a0945f036149293488f..c085bf515b43fd44f86c9be4dc36426c4cc4d75b 100644 (file)
@@ -3,6 +3,10 @@
 
 //things that don't have extensions yet:
 .float disableclientprediction;
+// 0 allows prediction only for MOVETYPE_WALK
+// 1 disables prediction completely
+// -1 allows prediction for all movetypes
+// Requires CSQC to perform player prediction, and requires explicit CSQC networking of movetype (or equivalent) from server to client.
 
 //definitions that id Software left out:
 //these are passed as the 'nomonsters' parameter to traceline/tracebox (yes really this was supported in all quake engines, nomonsters is misnamed)