checkForFireWall()
From Hack Wars Wiki
| Function information for checkForFireWall() | |
| Function | checkForFireWall(string firewall) |
| API | Watch |
| Cost | $250 |
| Level | 15 |
| CPU Usage | 3 |
| Description | Given a string representing a fire wall constant (see checkFireWall()) , returns an int representing the number of a secondary port being observed by this watch that has the given fire wall installed on it (returns -1 otherwise) |
Example
checkForFireWall("basicfirewall"); |
