GTA V NativesgraphicsGraphics::getScreenResolutionOn this pageGraphics::getScreenResolutionint screenresx,screenresy; GET_SCREEN_RESOLUTION(&screenresx,&screenresy); Syntax ```js mp.game.graphics.getScreenResolution(x, y); ``` Required Arguments x: int y: int Return value object: x, y See also