Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sortlist.qc File Reference
#include "sortlist.qh"
Include dependency graph for sortlist.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ERASEABLE entity Sort_Spawn ()

Function Documentation

◆ Sort_Spawn()

ERASEABLE entity Sort_Spawn ( )

Definition at line 4 of file sortlist.qc.

5{
6 entity sort = new_pure(sortlist);
7 sort.sort_next = NULL;
8 sort.chain = sort;
9 return sort;
10}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define new_pure(class)
purely logical entities (not linked to the area grid)
Definition oo.qh:67
#define NULL
Definition post.qh:14

References entity(), new_pure, and NULL.

Referenced by CSQC_Init().