Debug Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

A collection of methods for debugging.
Inheritance Hierarchy

SystemObject
  RageDebug

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static class Debug

The Debug type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberIsAttached
Gets a value indicating whether a debugger is attached to this instance of the game.
Public propertyStatic memberIsDrawingEnabled
Gets a value indicating whether calls made to the drawing methods of this class shouldn't be ignored.
Top
Methods

  NameDescription
Public methodStatic memberAttachAndBreak
Prompts the user to attach a debugger to this instance of the game, then breaks.
Public methodStatic memberDrawArrow
Public methodStatic memberDrawArrowDebug
Public methodStatic memberDrawBoxTrace
Public methodStatic memberDrawBoxTraceDebug
Public methodStatic memberDrawLine
Public methodStatic memberDrawLineDebug
Public methodStatic memberDrawLineTrace
Public methodStatic memberDrawLineTraceDebug
Public methodStatic memberDrawSphere
Public methodStatic memberDrawSphereDebug
Public methodStatic memberDrawWireBox
Public methodStatic memberDrawWireBoxDebug
Top
See Also

Reference