Graphics::setScreenDrawPosition

From RAGE Multiplayer Wiki
Revision as of 20:47, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

graphics.setScreenDrawPosition(x, y);

Required Arguments

  • x: int
  • y: int

Return value

  • Undefined

Example

todo

See also

Template:Graphics function c