]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qh
Merge branch 'terencehill/cl_forceplayercolors_3' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qh
index f043d1a859408695b0da457e377125f563562df4..a05ca701d03ab2abfc08495fffc6afb469d7f149 100644 (file)
@@ -1,7 +1,10 @@
-.float healthvalue;
-.float armorvalue;
-.float sameteam;
-.float fadedelay;
-.float pointtime;
+#pragma once
 
-const float SHOWNAMES_MIN_ALPHA = 0.5;
+entityclass(ShowNames);
+classfield(ShowNames) .float healthvalue;
+classfield(ShowNames) .float armorvalue;
+classfield(ShowNames) .float sameteam;
+classfield(ShowNames) .float fadedelay;
+classfield(ShowNames) .float pointtime;
+
+void Draw_ShowNames_All();