]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/ecs/systems/physics.qh
Merge branch 'master' into terencehill/scoreboard_panel_2
[xonotic/xonotic-data.pk3dir.git] / qcsrc / ecs / systems / physics.qh
1 #pragma once
2
3 SYSTEM(phys, 30, 10);
4
5 void sys_phys_fix(entity this, float dt);
6 bool sys_phys_override(entity this);
7 void sys_phys_monitor(entity this);
8 void sys_phys_pregame_hold(entity this);
9 void sys_phys_ai(entity this);
10 void sys_phys_spectator_control(entity this);
11 void sys_phys_fixspeed(entity this, float maxspeed_mod);