Package net.runelite.api
Class VarClientInt
- java.lang.Object
-
- net.runelite.api.VarClientInt
-
public final class VarClientInt extends Object
Client side only, content-developer integers VarCInts are stored entirely in memory, or locally on a user's machine in the preferences2.dat file depending on how Jagex configured the variable
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK_SCROLL
static int
BLOCK_KEYPRESS
time to block keypresses tilstatic int
CAMERA_ZOOM_FIXED_VIEWPORT
The game sets this to the same value asCAMERA_ZOOM_RESIZABLE_VIEWPORT
static int
CAMERA_ZOOM_RESIZABLE_VIEWPORT
static int
INPUT_TYPE
Current message layer modestatic int
INVENTORY_TAB
static int
MEMBERSHIP_STATUS
static int
TOOLTIP_TIMEOUT
static int
TOOLTIP_VISIBLE
0 = no tooltip displayed 1 = tooltip displayingstatic int
WORLD_MAP_SEARCH_FOCUSED
-
Constructor Summary
Constructors Constructor Description VarClientInt()
-
-
-
Field Detail
-
TOOLTIP_TIMEOUT
public static final int TOOLTIP_TIMEOUT
- See Also:
- Constant Field Values
-
TOOLTIP_VISIBLE
public static final int TOOLTIP_VISIBLE
0 = no tooltip displayed 1 = tooltip displaying- See Also:
- Constant Field Values
-
INPUT_TYPE
public static final int INPUT_TYPE
Current message layer mode- See Also:
InputType
, Constant Field Values
-
BANK_SCROLL
public static final int BANK_SCROLL
- See Also:
- Constant Field Values
-
CAMERA_ZOOM_FIXED_VIEWPORT
public static final int CAMERA_ZOOM_FIXED_VIEWPORT
The game sets this to the same value asCAMERA_ZOOM_RESIZABLE_VIEWPORT
- See Also:
- Constant Field Values
-
CAMERA_ZOOM_RESIZABLE_VIEWPORT
public static final int CAMERA_ZOOM_RESIZABLE_VIEWPORT
- See Also:
- Constant Field Values
-
MEMBERSHIP_STATUS
public static final int MEMBERSHIP_STATUS
- See Also:
- Constant Field Values
-
INVENTORY_TAB
public static final int INVENTORY_TAB
- See Also:
- Constant Field Values
-
BLOCK_KEYPRESS
public static final int BLOCK_KEYPRESS
time to block keypresses til- See Also:
- Constant Field Values
-
WORLD_MAP_SEARCH_FOCUSED
public static final int WORLD_MAP_SEARCH_FOCUSED
- See Also:
- Constant Field Values
-
-