wiremod_gun ![code/modules/wiremod/shell/gun.dm 41](git.png)
Vars | |
shooter | The shooter |
---|---|
shot | The entity being shot |
signal | Called when a projectile hits |
Procs | |
handle_chamber | Called when the shell item processes a new chamber |
handle_shot | Called when the shell item shoots something |
Var Details
shooter ![code/modules/wiremod/shell/gun.dm 47](git.png)
The shooter
shot ![code/modules/wiremod/shell/gun.dm 51](git.png)
The entity being shot
signal ![code/modules/wiremod/shell/gun.dm 45](git.png)
Called when a projectile hits
Proc Details
handle_chamber
Called when the shell item processes a new chamber
handle_shot
Called when the shell item shoots something