Xonotic
|
Go to the source code of this file.
Macros | |
#define | SORT_SWAP(a, b) |
Swap two neighbours in a sortlist. More... | |
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().
classfield | ( | Sort | ) |
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.
sort_prev |
Definition at line 5 of file sortlist.qh.