assembly 
Procs | |
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 |
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