Goonstation 13 - Modules - TypesVar Details - Proc Details

projectile

Vars

armor_ignored
fullauto_validif a fullauto-capable weapon should be able to fullauto this ammo type
last_thing_hitfor on_pre_hit. Causes it to early-return TRUE if the thing checked was already cleared for pass-thru

Procs

on_pre_hitCheck if we want to do something before actually hitting the thing we hit Return TRUE for it to more or less skip collide()
tickDoes a thing every step this projectile takes

Var Details

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

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