mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
538 B
538 B
Home > bitburner > NS > hasTorRouter
NS.hasTorRouter() method
Returns whether the player has access to the darkweb.
Signature:
hasTorRouter(): boolean;
Returns:
boolean
Whether player has access to the dark web.
Remarks
RAM cost: 0.05GB
Example
if (ns.hasTorRouter()) ns.tprint("TOR router detected.");