Gets the XY dimensions of the screen in pixels.
vector2 containing client dimensions.
local screenDim = osrs.screenSize()osrs.printf("Client Window [%i,%i]", screenDim.x, screenDim.y) Copy
local screenDim = osrs.screenSize()osrs.printf("Client Window [%i,%i]", screenDim.x, screenDim.y)
Gets the XY dimensions of the screen in pixels.