10 ATTRIB(OverkillShotgun, mdl,
string, "ok_shotgun");
12 ATTRIB(OverkillShotgun, m_model,
Model, MDL_OK_SHOTGUN_ITEM);
14 ATTRIB(OverkillShotgun, w_crosshair,
string,
"gfx/crosshairshotgun");
15 ATTRIB(OverkillShotgun, w_crosshair_size,
float, 0.65);
16 ATTRIB(OverkillShotgun, model2,
string,
"ok_weapon_shotgun");
20 #define X(BEGIN, P, END, class, prefix) \ 22 P(class, prefix, ammo, float, PRI) \ 23 P(class, prefix, animtime, float, PRI) \ 24 P(class, prefix, bot_range, float, PRI) \ 25 P(class, prefix, bullets, float, PRI) \ 26 P(class, prefix, damage, float, PRI) \ 27 P(class, prefix, force, float, PRI) \ 28 P(class, prefix, refire, float, PRI) \ 29 P(class, prefix, solidpenetration, float, PRI) \ 30 P(class, prefix, spread, float, PRI) \ 31 P(class, prefix, animtime, float, SEC) \ 32 P(class, prefix, damage, float, SEC) \ 33 P(class, prefix, delay, float, SEC) \ 34 P(class, prefix, edgedamage, float, SEC) \ 35 P(class, prefix, force, float, SEC) \ 36 P(class, prefix, force_zscale, float, SEC) \ 37 P(class, prefix, lifetime, float, SEC) \ 38 P(class, prefix, radius, float, SEC) \ 39 P(class, prefix, refire, float, SEC) \ 40 P(class, prefix, refire_type, float, SEC) \ 41 P(class, prefix, shotangle, float, SEC) \ 42 P(class, prefix, speed, float, SEC) \ 43 P(class, prefix, spread, float, SEC) \ 44 P(class, prefix, reload_ammo, float, NONE) \ 45 P(class, prefix, reload_time, float, NONE) \ 46 P(class, prefix, switchdelay_drop, float, NONE) \ 47 P(class, prefix, switchdelay_raise, float, NONE) \ 48 P(class, prefix, weaponreplace, string,NONE) \ 49 P(class, prefix, weaponstartoverride, float, NONE) \ 50 P(class, prefix, weaponstart, float, NONE) \ 51 P(class, prefix, weaponthrowable, float, NONE) \ 53 W_PROPS(
X, OverkillShotgun, okshotgun)
const int WEP_FLAG_RELOADABLE
float bot_pickupbasevalue
const int WEP_FLAG_HIDDEN
REGISTER_WEAPON(OVERKILL_SHOTGUN, okshotgun, NEW(OverkillShotgun))
vector(float skel, float bonenum) _skel_get_boneabs_hidden
#define X(BEGIN, P, END, class, prefix)
const int WEP_FLAG_MUTATORBLOCKED
fields which are explicitly/manually set are marked with "M", fields set automatically are marked wit...
const int WEP_TYPE_HITSCAN
#define W_PROPS(L, class, prefix)