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

Graphics::setDebugLinesAndSpheresDrawingActive

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

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

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setDebugLinesAndSpheresDrawingActive(enabled);</syntaxhighlight>

Required Arguments

  • enabled: Boolean

Return value

  • Undefined

Example

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

See also