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