gun_module 
MARK: Basic module
Procs | |
attach_without_check | Attaching module to gun without check, use try_attach(/obj/item/gun/target, mob/user) for checks |
---|---|
detach_without_check | Detaching module from gun without check, use try_detach(/obj/item/gun/target, mob/user) for checks |
try_attach | Try attach module to gun, return TRUE if success |
Proc Details
attach_without_check
Attaching module to gun without check, use try_attach(/obj/item/gun/target, mob/user) for checks
detach_without_check
Detaching module from gun without check, use try_detach(/obj/item/gun/target, mob/user) for checks
try_attach
Try attach module to gun, return TRUE if success