[This is preliminary documentation and is subject to change.]
Adds console commands from the specified methods.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- methods
- Type: System.ReflectionMethodInfo
The methods to add as console commands. The methods must be static and marked with the [!:Rage::Attributes::ConsoleCommand] attribute.
Remarks
See Also