]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/cheats.qh
Merged master
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
1 #pragma once
2
3 #include <common/impulses/all.qh>
4
5 //float autocvar_sv_cheats; // must... declare... global
6
7 float cheatcount_total;
8 .float cheatcount;
9 void CheatInit();
10 void CheatShutdown();
11 float CheatImpulse(entity this, int imp);
12 float CheatCommand(entity this, int argc);
13 float CheatFrame(entity this);
14
15 const float CHRAME_DRAG = 8;
16
17 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody