|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | SORT_SWAP(a, b) |
| Swap two neighbours in a sortlist. | |
Functions | |
| classfield (Sort).entity chain | |
| entityclass (Sort) | |
| entity | Sort_Spawn () |
Variables | |
| sort_next | |
| sort_prev | |
| #define SORT_SWAP | ( | a, | |
| b ) |
Swap two neighbours in a sortlist.
| a | FIRST entity |
| b | entity after a |
Definition at line 14 of file sortlist.qh.
Referenced by MoveToLast(), Scoreboard_UpdatePlayerPos(), and Scoreboard_UpdateTeamPos().
| entityclass | ( | Sort | ) |
| entity Sort_Spawn | ( | ) |
Definition at line 4 of file sortlist.qc.
References entity(), new_pure, and NULL.
Referenced by CSQC_Init().
| sort_next |
Definition at line 5 of file sortlist.qh.
Referenced by classfield().
| sort_prev |
Definition at line 5 of file sortlist.qh.
Referenced by classfield().