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

Graphics::drawDebugSphere

Материал из RAGE MP Wiki Archive
Версия от 21:26, 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.drawDebugSphere(x, y, z, radius, r, g, b, alpha);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

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

See also