step

fun step(locatable: Locatable): Boolean

Attempts to use the mini-map to step towards the Locatable.

Return

true if successfully clicked the mini-map, false otherwise.

Parameters

locatable

The location of where to step towards.

fun step(locatable: Locatable, minDistance: Int): Boolean

Attempts to use the mini-map to step towards the Locatable.

Return

true if successfully clicked the mini-map, false otherwise.

Parameters

locatable

The location of where to step towards.

minDistance
  • The minimum distance allowed between the player and locatable while still in motion before returning