wires
Procs | |
ResetPulsed | Intended to be called when a pulsed wire 'resets'. You'll have to call this yourself in an addtimer() call in UpdatePulsed() . |
---|---|
UpdateCut | Called when wires cut/mended. |
UpdatePulsed | Called when wire pulsed. Add code here. |
UpdateWire | Update the wire at wire_flag according to cut, flipping if null. |
Proc Details
ResetPulsed
Intended to be called when a pulsed wire 'resets'. You'll have to call this yourself in an addtimer()
call in UpdatePulsed()
.
UpdateCut
Called when wires cut/mended.
UpdatePulsed
Called when wire pulsed. Add code here.
UpdateWire
Update the wire at wire_flag according to cut, flipping if null.