Xonotic
|
Go to the source code of this file.
Functions | |
vector | Portal_ApplyTransformToPlayerAngle (vector transform, vector vangle) |
void | Portal_ClearAll (entity own) |
void | Portal_ClearAll_PortalsOnly (entity own) |
void | Portal_ClearAllLater (entity own) |
void | Portal_ClearWithID (entity own, float id) |
float | Portal_SpawnInPortalAtTrace (entity own, vector dir, float id) |
float | Portal_SpawnOutPortalAtTrace (entity own, vector dir, float id) |
void | Portal_Think (entity this) |
Variables | |
float | autocvar_g_balance_portal_health |
float | autocvar_g_balance_portal_lifetime |
float | portal_id |
entity | portal_in |
entity | portal_out |
Definition at line 47 of file portals.qc.
References AnglesTransform_Apply(), fixedmakevectors, fixedvectoangles, v_forward, v_up, vector(), and vectoyaw().
Referenced by Portal_TeleportPlayer().
Definition at line 587 of file portals.qc.
References Portal_ClearAll_PortalsOnly().
Referenced by checkpoint_passed(), ClientDisconnect(), and PutObserverInServer().
Definition at line 580 of file portals.qc.
References Portal_Remove().
Referenced by Portal_ClearAll().
Definition at line 610 of file portals.qc.
References Portal_ClearAllLater_PortalsOnly().
Referenced by PlayerDamage().
Definition at line 615 of file portals.qc.
References Portal_Disconnect(), and Portal_Remove().
Definition at line 670 of file portals.qc.
References entity(), fixedmakevectors, fixedvectoangles2, Portal_SetInPortal(), Portal_Spawn(), trace_endpos, trace_plane_normal, and vector().
Definition at line 690 of file portals.qc.
References entity(), fixedmakevectors, fixedvectoangles2, Portal_SetOutPortal(), Portal_Spawn(), trace_endpos, trace_plane_normal, and vector().
Definition at line 466 of file portals.qc.
References aiment, enemy, entity(), error(), fade_time, fixedmakevectors, FOREACH_CLIENT, frametime, IS_INDEPENDENT_PLAYER, IS_PLAYER, mangle, MAX_WEAPONSLOTS, nextthink, NULL, portal_activatetime, Portal_Remove(), Portal_Think_TryTeleportPlayer(), solid, SOLID_BBOX, SOLID_TRIGGER, time, vector(), and weaponentities.
Referenced by Portal_MakeInPortal(), and Portal_Spawn().
float autocvar_g_balance_portal_health |
Definition at line 3 of file portals.qh.
Referenced by Portal_Spawn(), and Portal_TeleportPlayer().
float autocvar_g_balance_portal_lifetime |
Definition at line 4 of file portals.qh.
Referenced by Portal_Connect(), Portal_Spawn(), and Portal_TeleportPlayer().
float portal_id |
Definition at line 6 of file portals.qh.
entity portal_in |
Definition at line 7 of file portals.qh.
entity portal_out |
Definition at line 7 of file portals.qh.