Graphics::setDebugLinesAndSpheresDrawingActive
NOTE: Debugging functions are not present in the retail version of the game.
Syntax
```js mp.game.graphics.setDebugLinesAndSpheresDrawingActive(enabled); ```
Required Arguments
- enabled: Boolean
Return value
- Undefined
Example
```js // todo ```