|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "viewloc.qh"Go to the source code of this file.
Functions | |
| spawnfunc (target_viewlocation) | |
| spawnfunc (target_viewlocation_end) | |
| spawnfunc (target_viewlocation_start) | |
| spawnfunc (trigger_viewlocation) | |
| bool | trigger_viewloc_send (entity this, entity to, int sf) |
| void | viewloc_init (entity this) |
| void | viewloc_link (entity this) |
| bool | viewloc_send (entity this, entity to, int sf) |
| void | viewloc_think (entity this) |
Variables | |
| float | angle |
| spawnfunc | ( | target_viewlocation | ) |
Definition at line 134 of file viewloc.qc.
| spawnfunc | ( | target_viewlocation_end | ) |
Definition at line 127 of file viewloc.qc.
References cnt, and viewloc_link().
| spawnfunc | ( | target_viewlocation_start | ) |
Definition at line 122 of file viewloc.qc.
References cnt, and viewloc_link().
| spawnfunc | ( | trigger_viewlocation | ) |
Definition at line 92 of file viewloc.qc.
References InitializeEntity(), INITPRIO_FINDTARGET, LOG_INFO, target, viewloc_init(), and WarpZoneLib_ExactTrigger_Init().
Definition at line 50 of file viewloc.qc.
References enemy, entity(), goalentity, MSG_ENTITY, origin, spawnflags, WriteByte(), WriteEntity(), and WriteHeader.
Referenced by viewloc_init().
Definition at line 65 of file viewloc.qc.
References enemy, entity(), find(), goalentity, LOG_INFO, Net_LinkEntity(), nextthink, NULL, setthink, target, target2, targetname, time, trigger_viewloc_send(), and viewloc_think().
Referenced by spawnfunc().
Definition at line 115 of file viewloc.qc.
References angle, angles_y, entity(), Net_LinkEntity(), and viewloc_send().
Referenced by spawnfunc(), and spawnfunc().
Definition at line 101 of file viewloc.qc.
References angles, cnt, entity(), MSG_ENTITY, origin, WriteByte(), and WriteHeader.
Referenced by viewloc_link().
Definition at line 16 of file viewloc.qc.
References absmax, absmin, entity(), findentity(), FOREACH_CLIENT, IS_PLAYER, nextthink, NULL, time, viewloc, vlen(), and WarpZoneLib_ExactTrigger_Touch().
Referenced by viewloc_init().
| float angle |
Definition at line 114 of file viewloc.qc.
Referenced by anticheat_physics(), Draw_ArcBeam(), HUD_StrafeHUD(), pong_ball_throw(), pong_paddle_bounce(), StrafeHUD_AngleToOffset(), StrafeHUD_AngleToWidth(), StrafeHUD_DetermineDirection(), StrafeHUD_DrawAngleIndicator(), viewloc_link(), and W_Arc_Beam_Think().