Space Station 13 - Nebula13 - Modules - TypesProc Details

assembly

Procs

activateWhat the device does when turned on
attach_assemblyCalled when an assembly is attacked by another
holder_movementCalled when the holder is moved
interactCalled when attack_self is called
process_cooldownCalled via spawn(10) to have it count down the cooldown var This is really bad. Please just make it process...
pulse_deviceCalled when this device attempts to act on another device, var/radio determines if it was sent via radio or direct
pulsedCalled when another assembly acts on this one, var/radio will determine where it came from for wire calcs
toggle_secureCode that has to happen when the assembly is un\secured goes here

Proc Details

activate

What the device does when turned on

attach_assembly

Called when an assembly is attacked by another

holder_movement

Called when the holder is moved

interact

Called when attack_self is called

process_cooldown

Called via spawn(10) to have it count down the cooldown var This is really bad. Please just make it process...

pulse_device

Called when this device attempts to act on another device, var/radio determines if it was sent via radio or direct

pulsed

Called when another assembly acts on this one, var/radio will determine where it came from for wire calcs

toggle_secure

Code that has to happen when the assembly is un\secured goes here