]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
Merge branch 'master' into 'terencehill/bot_waypoints'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
1 #pragma once
2
3
4 const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented
5 const int VIEWLOC_FREEAIM = BIT(1);
6 const int VIEWLOC_FREEMOVE = BIT(2);
7
8 .entity viewloc;
9
10 #ifdef CSQC
11 .entity goalentity;
12 .entity enemy;
13 .vector movedir;
14 #endif