getSearchFireWall()
From Hack Wars Wiki
| Function information for getSearchFireWall() | |
| Function | getSearchFireWall() |
| API | Watch |
| Cost | $500 |
| Level | 20 |
| CPU Usage | 2 |
| Description | Returns a string constant, specified by the user, that represents a fire wall that should be searched for by checkForFireWall() , see checkFireWall() for constants. |
Example
string searchFireWallValue = getSearchFireWall(); |
