Skip to main content

Graphics::setScreenDrawPosition

Seems to move all the drawn text on the screen to given coordinates. It also removed all the drawn sprites of my screen so not to sure what the exact function is.

Syntax

```js mp.game.graphics.setScreenDrawPosition(x, y); ```

Required Arguments

  • x: int
  • y: int

Return value

  • Undefined

Example

```js // todo ```

See also