PluginAttributeSupportUrl Property

RAGE Plugin Hook Documentation

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

Gets or sets the support URL for this plugin. If specified, this URL will be presented to the user if the plugin crashes (Or if the game crashes while the plugin was ticking).

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

public string SupportUrl { get; set; }

Property Value

Type: String
The support URL.
See Also

Reference