]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/viewloc.qh
improve descriptions, add missing cvar to config
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
index 167fc218f7707c5f00b2f70d612d654f21ee1999..69c6c821ed7f23cde5c765a3f8bb989f1c2de2c8 100644 (file)
@@ -2,6 +2,10 @@
 
 .entity viewloc;
 
+const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented
+const int VIEWLOC_FREEAIM = BIT(1);
+const int VIEWLOC_FREEMOVE = BIT(2);
+
 #ifdef CSQC
 .entity goalentity;
 .entity enemy;