 | CommandsRegisterHelpMessage Method |
Register a help message for your mod to be displayed with the 'help' command.
This should give a general overview, to give specific information about
a command, use the helpText parameter of RegisterCommand.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void RegisterHelpMessage(
string message
)
Parameters
- message
- Type: SystemString
The help message
See Also