Xonotic
viewloc.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

entity viewloc
 
const int VIEWLOC_CAM_NOANGLE = BIT(4)
 
const int VIEWLOC_CAM_SNAP_CLOSE = BIT(7)
 
const int VIEWLOC_CAM_SNAP_HARD = BIT(5)
 
const int VIEWLOC_CAM_SNAP_UNLOCK = BIT(6)
 
const int VIEWLOC_CAM_TRACK = BIT(3)
 
const int VIEWLOC_FREEAIM = BIT(1)
 
const int VIEWLOC_FREEMOVE = BIT(2)
 
const int VIEWLOC_NOSIDESCROLL = BIT(0)
 

Variable Documentation

◆ viewloc

◆ VIEWLOC_CAM_NOANGLE

const int VIEWLOC_CAM_NOANGLE = BIT(4)

Definition at line 8 of file viewloc.qh.

Referenced by viewloc_PlayerPhysics().

◆ VIEWLOC_CAM_SNAP_CLOSE

const int VIEWLOC_CAM_SNAP_CLOSE = BIT(7)

Definition at line 11 of file viewloc.qh.

Referenced by viewloc_PlayerPhysics().

◆ VIEWLOC_CAM_SNAP_HARD

const int VIEWLOC_CAM_SNAP_HARD = BIT(5)

Definition at line 9 of file viewloc.qh.

Referenced by viewloc_PlayerPhysics().

◆ VIEWLOC_CAM_SNAP_UNLOCK

const int VIEWLOC_CAM_SNAP_UNLOCK = BIT(6)

Definition at line 10 of file viewloc.qh.

Referenced by viewloc_PlayerPhysics().

◆ VIEWLOC_CAM_TRACK

const int VIEWLOC_CAM_TRACK = BIT(3)

Definition at line 7 of file viewloc.qh.

Referenced by viewloc_PlayerPhysics().

◆ VIEWLOC_FREEAIM

const int VIEWLOC_FREEAIM = BIT(1)

Definition at line 5 of file viewloc.qh.

Referenced by HUD_Crosshair(), HUD_Mouse(), and viewloc_PlayerPhysics().

◆ VIEWLOC_FREEMOVE

const int VIEWLOC_FREEMOVE = BIT(2)

Definition at line 6 of file viewloc.qh.

Referenced by PM_ClientMovement_UpdateStatus(), and viewloc_PlayerPhysics().

◆ VIEWLOC_NOSIDESCROLL

const int VIEWLOC_NOSIDESCROLL = BIT(0)

Definition at line 4 of file viewloc.qh.