[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
Property Value
Type: StringThe full name (type and method) of the method to call when the plugin is loaded.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if value is null. |
See Also