mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
10 lines
382 B
ReStructuredText
10 lines
382 B
ReStructuredText
travel() Netscript Function
|
|
=======================================
|
|
|
|
.. js:function:: travel(sleeveNumber, cityName)
|
|
|
|
:param int sleeveNumber: Index of the sleeve to travel. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
|
|
:param string cityName: Name of the destination city.
|
|
|
|
Return a boolean indicating whether or not the sleeve reached destination.
|