]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/cheats.qh
Merge remote branch 'origin/fruitiex/bots'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
1 float autocvar_sv_cheats; // must... declare... global
2
3 float cheatcount_total;
4 .float cheatcount;
5 void CheatInit();
6 void CheatShutdown();
7 void CheatInitClient();
8 void CheatShutdownClient();
9 float CheatImpulse(float i);
10 float CheatCommand(float argc);
11 float CheatFrame();
12
13 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody