X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=d6db7745b9fe1cc5e1ebc8f0f0edcfca78382214;hb=2c945bb22afd6312a473fb03d1f4bf27e8c09460;hp=0064b1f61c9a532628b6e4d5b2924291b66d8fba;hpb=a3d9634886e52c442bd9d68a86b8df77e6ed26ed;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index 0064b1f61..d6db7745b 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -4,13 +4,20 @@ 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 bool wepent_send(entity this, entity to, int sf); - void wepent_update(entity this); - void wepent_link(entity wep); .int m_forceupdate; @@ -27,4 +34,8 @@ REGISTER_NET_TEMP(CLIENT_WEPENT) .Weapon activeweapon; .Weapon switchingweapon; .Weapon switchweapon; + + // only for Porto + .bool angles_held_status; + .vector angles_held; #endif