mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
885 B
885 B
Home > bitburner > Singularity > travelToCity
Singularity.travelToCity() method
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to use this function and the RAM cost is doubled.
This function allows the player to travel to any city. The cost for using this function is the same as the cost for traveling through the Travel Agency.
Signature:
travelToCity(city: City): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
city | City | City to travel to. |
Returns:
boolean
True if actions is successful, false otherwise.
Remarks
Singularity - Level 1