[This is preliminary documentation and is subject to change.]
A collection of methods for debugging.
Inheritance Hierarchy
RageDebug
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The Debug type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | IsAttached |
Gets a value indicating whether a debugger is attached to this instance of the game.
|
![]() ![]() | IsDrawingEnabled |
Gets a value indicating whether calls made to the drawing methods of this class shouldn't be ignored.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | AttachAndBreak |
Prompts the user to attach a debugger to this instance of the game, then breaks.
|
![]() ![]() | DrawArrow | |
![]() ![]() | DrawArrowDebug | |
![]() ![]() | DrawBoxTrace | |
![]() ![]() | DrawBoxTraceDebug | |
![]() ![]() | DrawLine | |
![]() ![]() | DrawLineDebug | |
![]() ![]() | DrawLineTrace | |
![]() ![]() | DrawLineTraceDebug | |
![]() ![]() | DrawSphere | |
![]() ![]() | DrawSphereDebug | |
![]() ![]() | DrawWireBox | |
![]() ![]() | DrawWireBoxDebug |
See Also