Xonotic
location.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef SVQC
4 IntrusiveList g_locations;
5 STATIC_INIT(g_locations) { g_locations = IL_NEW(); }
6 #endif
#define IL_NEW()
#define STATIC_INIT(func)
during worldspawn
Definition: static.qh:32
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...