Edit

LocationWaypoint Class

Extends

Waypoint that points to a fixed location in the world. Unlike entity waypoints, location waypoints always remain valid and their position can be updated.

Methods

constructor

new LocationWaypoint(dimensionLocation: DimensionLocation, textureSelector: WaypointTextureSelector, color?: RGB)

Parameters

Returns LocationWaypoint

Notes:

setDimensionLocation

setDimensionLocation(dimensionLocation: DimensionLocation): void

Updates the dimension and location that this waypoint points to.

Parameters

Notes:

  • This function can't be called in restricted-execution mode.