]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qh
Vertical offset, comments, etc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
index 984b54c88423d848bdc3356951f91d536aa0829a..3094b4373de44f8cf288414b16e6715e93512dde 100644 (file)
@@ -7,6 +7,16 @@
 .float loddistance1, loddistance2;
 .vector saved;
 
+// Needed for interactive clientwalls
+.float inactive; // Clientwall disappears when inactive
+.float alpha_max, alpha_min;
+// If fade_start > fade_end, fadeout will be inverted
+// fade_vertical_offset is a vertival offset for player position
+.float fade_start, fade_end, fade_vertical_offset;
+.float default_solid;
+// This variable will be set by trigger
+.float antiwall_flag;
+
 void Ent_Wall_Draw();
 
 void Ent_Wall_Remove();