bitburner.singularity.gotolocation.md

September 26, 2025 ยท View on GitHub

Home > bitburner > Singularity > goToLocation

Singularity.goToLocation() method

Go to a location.

Signature:

goToLocation(locationName: LocationName): boolean;

Parameters

Parameter

Type

Description

locationName

LocationName

Name of the location.

Returns:

boolean

True if the player was moved there, false otherwise.

Remarks

RAM cost: 5 GB * 16/4/1

Move the player to a specific location.

Contents

  1. 1Singularity.goToLocation() method
  2. 2Parameters
  3. 3Remarks