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

Graphics::drawDebugLine

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

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

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.drawDebugLine(x1, y1, z1, x2, y2, z2, r, g, b, alpha);</syntaxhighlight>

Required Arguments

  • x1: float
  • y1: float
  • z1: float
  • x2: float
  • y2: float
  • z2: float
  • r: int
  • g: int
  • b: int
  • alpha: int

Return value

  • Undefined

Example

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

See also