|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Variables | |
| entity | warpzone_first |
| entity | warpzone_next |
Definition at line 865 of file server.qc.
References CS(), entity(), IS_REAL_CLIENT, ping, time, v_angle, warpzone_teleport_time, warpzone_teleport_zone, and WarpZone_TransformVAngles().
Referenced by PlayerPreThink(), and sys_phys_fix().
| void WarpZone_PostInitialize_Callback | ( | ) |
Definition at line 518 of file main.qc.
References classname, DPCONTENTS_BODY, DPCONTENTS_BOTCLIP, DPCONTENTS_PLAYERCLIP, DPCONTENTS_SOLID, entity(), find(), NULL, PL_MAX_CONST, PL_MIN_CONST, spawn, and waypoint_spawnforteleporter_wz().
Referenced by WarpZone_StartFrame().
Definition at line 303 of file teleporters.qc.
References anticheat_fixangle(), BIT, entity(), FL_PROJECTILE, IS_PLAYER, LOG_INFO, makevectors, NULL, Reset_ArcBeam(), UpdateCSQCProjectileAfterTeleport(), UpdateItemAfterTeleport(), and v_forward.
Referenced by WarpZone_TeleportPlayer().
Definition at line 381 of file server.qc.
References entity(), time, toucher, trace_allsolid, trace_dphitcontents, trace_dphitq3surfaceflags, trace_dphittexturename, trace_dpstartcontents, trace_endpos, trace_ent, trace_fraction, trace_inopen, trace_inwater, trace_plane_dist, trace_plane_normal, trace_startsolid, vector, WarpZone_Projectile_Touch_ImpactFilter_Callback(), and warpzone_teleport_time.
Referenced by W_Devastator_Touch(), and W_OverkillRocketPropelledChainsaw_Touch().
Definition at line 151 of file common.qc.
References autocvar_g_projectiles_interact, classname, entity(), gettouch, movetype, MOVETYPE_BOUNCE, MOVETYPE_BOUNCEMISSILE, owner, RemoveHook(), SOLID_TRIGGER, SUB_NoImpactCheck(), toucher, trace_ent, and UpdateCSQCProjectile().
Referenced by WarpZone_Projectile_Touch().
| void WarpZone_StartFrame | ( | ) |
Definition at line 772 of file server.qc.
References entity(), FOREACH_CLIENT, g_projectiles, IL_EACH, IS_OBSERVER, Simple_TeleportPlayer(), SOLID_NOT, Teleport_Find(), WarpZone_Find(), warpzone_first, warpzone_initialized, WarpZone_InitStep_FindOriginTarget(), WarpZone_InitStep_UpdateTransform(), WarpZone_PlaneDist(), warpzone_position_first, WarpZone_PostInitialize_Callback(), WarpZone_StoreProjectileData, WarpZone_Teleport(), warpzone_warpzones_exist, WarpZoneLib_ExactTrigger_Touch(), WarpZonePosition_InitStep_FindTarget(), and WarpZones_Reconnect().
Referenced by StartFrame().
| entity warpzone_first |
Definition at line 4 of file server.qh.
Referenced by spawnfunc(), trigger_warpzone_reconnect_use(), WarpZone_StartFrame(), and WarpZones_Reconnect().