]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Add an undraggable function and make use of it in the exclusions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index 22cded8cb986682a23a0a0d8307adf9452e62b3f..962e017a19d6dad9e4919c86d53b20bb92efb84c 100644 (file)
@@ -14,6 +14,8 @@ float CheatFrame(entity this);
 
 const float CHRAME_DRAG = 8;
 
+bool drag_undraggable(entity draggee, entity dragger);
+
 .bool(entity this, entity dragger) draggable;
 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
 void DragBox_Think(entity this);