]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/dpextensions.qc
Implement clipgroup extension from DarkplacesRM
[xonotic/darkplaces.git] / dpdefs / dpextensions.qc
index f1e48f07ff6e99f7223f711675c68b105ca22dc6..9cdeb695744219f529aed58e1636d992980b6c8f 100644 (file)
@@ -2608,3 +2608,11 @@ float MOVETYPE_USER_FIRST = 128;
 float MOVETYPE_USER_LAST = 191;
 //description:
 //user defined movetypes can be added between the start and end points, without producing unknown movetype warnings
+
+//DP_RM_CLIPGROUP
+//idea: Akari
+//darkplaces implementation: Akari
+//field definitions:
+.float clipgroup;
+//description:
+//If two entities have this field set to the same non-zero integer value, they won't collide with each other.