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

Graphics::drawDebugText

Материал из RAGE MP Wiki Archive

NOTE: Debugging functions are not present in the retail version of the game.

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.drawDebugText(text, x, y, z, r, g, b, alpha);</syntaxhighlight>

Required Arguments

  • text: String
  • x: float
  • y: float
  • z: float
  • r: int
  • g: int
  • b: int
  • alpha: int

Return value

  • Undefined

Example

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

See also