Xonotic
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.

References entity(), new_pure, and NULL.

Referenced by CSQC_Init().

5 {
6  entity sort = new_pure(sortlist);
7  sort.sort_next = NULL;
8  sort.chain = sort;
9  return sort;
10 }
entity() spawn
#define NULL
Definition: post.qh:17
#define new_pure(class)
purely logical entities (.origin doesn't work)
Definition: oo.qh:62
+ Here is the call graph for this function:
+ Here is the caller graph for this function: