projectile

Vars | |
armor_ignored | |
---|---|
fullauto_valid | if a fullauto-capable weapon should be able to fullauto this ammo type |
last_thing_hit | for on_pre_hit. Causes it to early-return TRUE if the thing checked was already cleared for pass-thru |
Procs | |
on_pre_hit | Check if we want to do something before actually hitting the thing we hit Return TRUE for it to more or less skip collide() |
tick | Does a thing every step this projectile takes |
Var Details
armor_ignored

- Kill/Stun ratio, when it hits a mob the damage/stun is based upon this and the power eg 1.0 will cause damage = to power while 0.0 would cause just stun = to power Do not override this, it is autogenerated from damage and stun
fullauto_valid

if a fullauto-capable weapon should be able to fullauto this ammo type
last_thing_hit

for on_pre_hit. Causes it to early-return TRUE if the thing checked was already cleared for pass-thru
Proc Details
on_pre_hit
Check if we want to do something before actually hitting the thing we hit Return TRUE for it to more or less skip collide()
tick
Does a thing every step this projectile takes