Graphics::setScreenDrawPosition

From RAGE Multiplayer Wiki

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

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

Required Arguments

  • x: int
  • y: int

Return value

  • Undefined

Example

// todo

See also