]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/spawnpoints.qh
Remove .move_* fields and MOVETYPE_PUSH logic (doesn't work)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qh
1 #pragma once
2
3 .vector spawnpoint_score;
4 float spawnpoint_nag;
5 bool SpawnEvent_Send(entity this, entity to, int sf);
6 entity Spawn_FilterOutBadSpots(entity this, entity firstspot, float mindist, float teamcheck);
7 entity SelectSpawnPoint(entity this, bool anypoint);
8 spawnfunc(info_player_deathmatch);
9 void spawnpoint_use(entity this, entity actor, entity trigger);