Class VarPlayers
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.variables.VarPlayers
-
public class VarPlayers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VarPlayers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intget(int id)Retrieves the value of a VarPlayer (variable bit) in Old School RuneScape.
-
-
-
Method Detail
-
get
public static int get(int id)
Retrieves the value of a VarPlayer (variable bit) in Old School RuneScape.If this operation fails -1 is returned.
- Parameters:
id- The ID of the VarPlayer to retrieve.- Returns:
- The value of the specified VarPlayer, or -1 if the operation times out.
- See Also:
- List of Varbits, More information...
-
-