]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/turrets/util.qh
Merge branch 'TimePath/modules'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / util.qh
1 #pragma once
2
3 float shortangle_f(float ang1, float ang2);
4 float anglemods(float v);
5 float turret_tag_fire_update(entity this);
6 vector shortangle_vxy(vector ang1, vector ang2);
7 vector angleofs(entity from, entity to);
8 vector angleofs3(vector from, vector from_a, entity to);
9 void FireImoBeam(entity this, vector start, vector end, vector smin, vector smax, float bforce, float f_dmg, float f_velfactor, float deathtype);