Home
last modified time | relevance | path

Searched refs:Portal_Remove (Results 1 – 4 of 4) sorted by relevance

/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dportals.qc398 void Portal_Remove(entity portal, float killed)
406 Portal_Remove(e, killed);
440 Portal_Remove(this, 1);
498 Portal_Remove(this, 0);
543 Portal_Remove(own.portal_in, 0);
559 Portal_Remove(own.portal_out, 0);
572 Portal_Remove(own.portal_in, 0);
574 Portal_Remove(own.portal_out, 0);
583 Portal_Remove(this, this.cnt);
611 Portal_Remove(own.portal_in, 0);
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_portal.h53 void Portal_Remove (portal_t* portal);
H A Dr_portal.c133 void Portal_Remove (portal_t* portal) in Portal_Remove() function
H A Dr_main.c1560 Portal_Remove(portal); in R_RenderPlayerView()