]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon.qh
Viewmodels: clientside Vortex glow
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon.qh
index 71e121f81201ea0b39504c46a63ed72290b0ddfd..3f09e914a6e23db8741b12d9f150977a07302a10 100644 (file)
@@ -118,6 +118,8 @@ CLASS(Weapon, Object)
         // no weapon specific image for this weapon
         return false;
     }
+    /** (CLIENT) weapon specific glow */
+    METHOD(Weapon, wr_glow, vector(Weapon this)) { return '0 0 0'; }
     /** (SERVER) the weapon is dropped */
     METHOD(Weapon, wr_drop, void(Weapon this)) {}
     /** (SERVER) a weapon is picked up */