shutDownPorts()
From Hack Wars Wiki
| Function information for shutDownPorts() | |
| Function | shutDownPorts() |
| API | Watch |
| Cost | $25,000 |
| Level | 80 |
| CPU Usage | 20 |
| Description | Attempts to shutdown all the ports in the array of secondary observed ports associated with this watch. |
Example
This function is exactly the same as turnOnPorts() except it turns off the ports rather then on. This code is very simple, and all the parameters are handled in the Watch Manager in-game.
shutDownPorts(); |
