]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/main.qh
Add support for teamed items on Q3 maps by using fullspawndata
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / main.qh
index 172e0a9e5719c0e1efe37faf3e43bf6e17f34859..40e708e86304b616a8422978689f5c29ace32d41 100644 (file)
@@ -44,6 +44,8 @@ float servertime, serverprevtime, serverframetime;
 
 .float contents_damagetime;
 
+string GetField_fullspawndata(entity e, string f, ...);
+
 /*
 ==================
 main