PluginAttributeEntryPoint Property

RAGE Plugin Hook Documentation

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

Gets or sets the full name of the method to serve as entry point of the plugin (Eg. "EntryPoint.Main". If null, the first found method that's static, returns void and is named "Main" will be used.

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

public string EntryPoint { get; set; }

Property Value

Type: String
The full name (type and method) of the method to call when the plugin is loaded.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if value is null.
See Also

Reference