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

Graphics::drawDebugCross

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

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

Syntax

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

Required Arguments

  • x: float
  • y: float
  • z: float
  • size: float
  • r: int
  • g: int
  • b: int
  • alpha: int

Return value

  • Undefined

Example

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

See also