turnTo

fun turnTo(yaw: Int, pitch: Int)

Turn the in-game camera to the specificed yaw and pitch.

Parameters

yaw

The desired yaw.

pitch

The desired pitch.

fun turnTo(l: Locatable?)

Turns to the specified org.powerbot.script.Locatable.

Parameters

l

the org.powerbot.script.Locatable to turn to

fun turnTo(l: Locatable?, dev: Int)

Turns to the specified org.powerbot.script.Locatable with the provided deviation.

Parameters

l

the org.powerbot.script.Locatable to turn to

dev

the yaw deviation