Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.walking
/
GlobalWalking
Global
Walking
open
class
GlobalWalking
Utilities for walking across the entire game
See also
Local
Walking
for walking short distances
Members
Constructors
Global
Walking
Link copied to clipboard
constructor
(
)
Functions
set
Engine
Link copied to clipboard
open
fun
setEngine
(
adapter
:
GlobalWalkerAdapter
)
Sets the walker engine adapter
walk
To
Link copied to clipboard
open
fun
walkTo
(
position
:
Positionable
)
:
Boolean
open
fun
walkTo
(
position
:
Positionable
,
walkCondition
:
Supplier
<
WalkState
>
)
:
Boolean
Walks to the specified position
walk
To
Bank
Link copied to clipboard
open
fun
walkToBank
(
)
:
Boolean
open
fun
walkToBank
(
walkCondition
:
Supplier
<
WalkState
>
)
:
Boolean
Attempts to walk to the nearest bank