mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
9 lines
315 B
ReStructuredText
9 lines
315 B
ReStructuredText
|
travel() Netscript Function
|
||
|
=======================================
|
||
|
|
||
|
.. js:function:: travel(sleeveNumber, cityName)
|
||
|
|
||
|
:param int sleeveNumber: index of the sleeve to travel.
|
||
|
:param string cityName: name of the destination city.
|
||
|
|
||
|
Return a boolean indicating whether or not the sleeve reached destination.
|