DebugIsDrawingEnabled Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether calls made to the drawing methods of this class shouldn't be ignored.

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

public static bool IsDrawingEnabled { get; set; }

Property Value

Type: Boolean
true if calls to the drawing methods in this class should not be ignored; otherwise, false.
See Also

Reference