Uses of Class
net.runelite.api.annotations.Varp
-
Packages that use Varp Package Description net.runelite.api -
-
Uses of Varp in net.runelite.api
Method parameters in net.runelite.api with annotations of type Varp Modifier and Type Method Description int
Client. getServerVarpValue(int varpId)
Gets the value of a given VarPlayer.int
Client. getVarpValue(int varpId)
Gets the value of a given VarPlayer.void
Client. queueChangedVarp(int varp)
Mark the given varp as changed, causing var listeners to be triggered next tick
-