]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/portals.qh
Merge remote branch 'origin/terencehill/arena_and_ca_fixes'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / portals.qh
1 .float portal_id;
2 .entity portal_in, portal_out;
3
4 void Portal_ClearAll(entity own);
5 void Portal_ClearAllLater(entity own);
6 float Portal_SpawnOutPortalAtTrace(entity own, vector dir, float id);
7 float Portal_SpawnInPortalAtTrace(entity own, vector dir, float id);
8 void Portal_ClearWithID(entity own, float id);
9
10 vector Portal_ApplyTransformToPlayerAngle(vector transform, vector vangle);
11 void Portal_ClearAll_PortalsOnly(entity own);