var float autocvar_xr_viewHeight
Definition: xr.h:32
void XR_UpdateView(entity)
Sets up view properties from a client entity before a rendering call.
Definition: xr.qc:71
bool XR_Available(entity)
Returns if XR features are available on the entity.
Definition: xr.qc:131
void XR_InputFrame(entity)
Called on client/server modules after an input packet has been dispatched.
Definition: xr.qc:101
var float autocvar_xr_roomScale
Definition: xr.h:31
var bool autocvar_xr_testInputs
Definition: xr.h:33
void XR_Init(entity)
Called internally by client/server modules for when a player joins.
Definition: xr.qc:31
void XR_Shutdown(entity)
Called internally by client/server modules for when a player leaves.
Definition: xr.qc:60