]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/impulse.qh
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / impulse.qh
index 5c3ff7bc90c0671e1562bb1202a04f5d95518e22..e86de4a4970c58bb75435e570bd73afaef1128eb 100644 (file)
@@ -10,6 +10,8 @@ const int FALLOFF_NO = 0;
 const int FALLOFF_LINEAR = 1;
 const int FALLOFF_LINEAR_INV = 2;
 
+const int IMPULSE_DIRECTIONAL_SPEEDTARGET = BIT(6);
+
 const float IMPULSE_DEFAULT_RADIAL_STRENGTH = 2000;
 const float IMPULSE_DEFAULT_DIRECTIONAL_STRENGTH = 950;
 const float IMPULSE_DEFAULT_ACCEL_STRENGTH = 0.9;