Package net.runelite.api
Class VarClientInt
- java.lang.Object
-
- net.runelite.api.VarClientInt
-
@Deprecated public final class VarClientInt extends Object
Deprecated.UseVarClientIDClient 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 intBANK_SCROLLDeprecated.static intBLOCK_KEYPRESSDeprecated.time to block keypresses tilstatic intCAMERA_ZOOM_FIXED_VIEWPORTDeprecated.The game sets this to the same value asCAMERA_ZOOM_RESIZABLE_VIEWPORTstatic intCAMERA_ZOOM_RESIZABLE_VIEWPORTDeprecated.static intINPUT_TYPEDeprecated.Current message layer modestatic intINVENTORY_TABDeprecated.static intMEMBERSHIP_STATUSDeprecated.static intTOOLTIP_TIMEOUTDeprecated.static intTOOLTIP_VISIBLEDeprecated.0 = no tooltip displayed 1 = tooltip displayingstatic intWORLD_MAP_SEARCH_FOCUSEDDeprecated.
-
Constructor Summary
Constructors Constructor Description VarClientInt()Deprecated.
-
-
-
Field Detail
-
TOOLTIP_TIMEOUT
public static final int TOOLTIP_TIMEOUT
Deprecated.- See Also:
- Constant Field Values
-
TOOLTIP_VISIBLE
public static final int TOOLTIP_VISIBLE
Deprecated.0 = no tooltip displayed 1 = tooltip displaying- See Also:
- Constant Field Values
-
INPUT_TYPE
public static final int INPUT_TYPE
Deprecated.Current message layer mode- See Also:
InputType, Constant Field Values
-
BANK_SCROLL
public static final int BANK_SCROLL
Deprecated.- See Also:
- Constant Field Values
-
CAMERA_ZOOM_FIXED_VIEWPORT
public static final int CAMERA_ZOOM_FIXED_VIEWPORT
Deprecated.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
Deprecated.- See Also:
- Constant Field Values
-
MEMBERSHIP_STATUS
public static final int MEMBERSHIP_STATUS
Deprecated.- See Also:
- Constant Field Values
-
INVENTORY_TAB
public static final int INVENTORY_TAB
Deprecated.- See Also:
- Constant Field Values
-
BLOCK_KEYPRESS
public static final int BLOCK_KEYPRESS
Deprecated.time to block keypresses til- See Also:
- Constant Field Values
-
WORLD_MAP_SEARCH_FOCUSED
public static final int WORLD_MAP_SEARCH_FOCUSED
Deprecated.- See Also:
- Constant Field Values
-
-