mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
14 lines
279 B
ReStructuredText
14 lines
279 B
ReStructuredText
getCity() Netscript Function
|
|
============================
|
|
|
|
.. js:function:: getCity()
|
|
|
|
:RAM cost: 4 GB
|
|
:returns: City that the player is currently in (for Bladeburner).
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.getCity(); // returns: "Sector-12"
|