]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Update weapon skin with CSQC
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index 46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d..6d7128c33ca27323d91cd6ba8685fb6ca61ac0e4 100644 (file)
@@ -4,7 +4,15 @@ REGISTER_NET_LINKED(ENT_CLIENT_WEPENT)
 REGISTER_NET_TEMP(CLIENT_WEPENT)
 
 .float vortex_charge;
+.float vortex_chargepool_ammo;
+.float oknex_charge;
+.float oknex_chargepool_ammo;
 .int tuba_instrument;
+.int minelayer_mines;
+.float arc_heat_percent;
+.int hagar_load;
+.int clip_load;
+.int clip_size;
 
 #ifdef SVQC
 
@@ -27,6 +35,10 @@ REGISTER_NET_TEMP(CLIENT_WEPENT)
        .Weapon switchingweapon;
        .Weapon switchweapon;
 
+       .float m_alpha;
+
+       .int m_skin;
+
        // only for Porto
        .bool angles_held_status;
        .vector angles_held;