X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fcheats.qh;h=962e017a19d6dad9e4919c86d53b20bb92efb84c;hb=203f9375ac98d3b8a2aebce344d720f6667fb756;hp=22cded8cb986682a23a0a0d8307adf9452e62b3f;hpb=4fa5f7c3784ebaa8d112e55271ed55046b1a4370;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index 22cded8cb..962e017a1 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -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);