DebugIsAttached Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether a debugger is attached to this instance of the game.

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

public static bool IsAttached {
	[ConditionalAttribute("DEBUG")]
	get;
 }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Rage.Debug.IsAttached"]

Remarks

Calls to this method are only compiled when your plugin is compiled in DEBUG mode.
See Also

Reference