shutDownPort()
From Hack Wars Wiki
| Function information for shutDownPort() | |
| Function | shutDownPort(int port) |
| API | Watch |
| Cost | $10,000 |
| Level | 75 |
| CPU Usage | 15 |
| Description | Takes an int as input representing the port number of a port in the array being observed. This port is turned off . |
Example
shutDownPort(3); |
