Перейти к содержанию

Graphics::setScreenDrawPosition

Материал из RAGE MP Wiki Archive
Версия от 21:27, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

<syntaxhighlight lang="javascript">mp.game.graphics.setScreenDrawPosition(x, y);</syntaxhighlight>

Required Arguments

  • x: int
  • y: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also