|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | WarpZone_FixPMove () |
| void | WarpZone_FixView () |
| void | WarpZone_Shutdown () |
Variables | |
| vector | warpzone_save_view_angles |
| vector | warpzone_save_view_origin |
| void WarpZone_FixPMove | ( | ) |
Definition at line 212 of file client.qc.
References entity(), input_angles, pmove_org, WarpZone_Find(), WarpZone_TransformOrigin(), and WarpZone_TransformVAngles().
Here is the call graph for this function:| void WarpZone_FixView | ( | ) |
Definition at line 225 of file client.qc.
References autocvar_cl_rollkillspeed, cvar(), entity(), frametime, height, max(), min(), vector(), VF_ANGLES, VF_CL_VIEWANGLES_Z, VF_ORIGIN, WarpZone_Find(), WarpZone_FixNearClip(), warpzone_save_view_angles, warpzone_save_view_origin, WarpZone_TransformOrigin(), WarpZone_TransformVAngles(), WarpZone_View_Inside(), and WarpZone_View_Outside().
Referenced by CSQC_UpdateView().
Here is the call graph for this function:
Here is the caller graph for this function:| void WarpZone_Shutdown | ( | ) |
Definition at line 290 of file client.qc.
References WarpZone_View_Outside().
Referenced by Shutdown().
Here is the call graph for this function:
Here is the caller graph for this function:| vector warpzone_save_view_angles |
Definition at line 9 of file client.qh.
Referenced by WarpZone_FixView().
| vector warpzone_save_view_origin |
Definition at line 8 of file client.qh.
Referenced by WarpZone_FixView().