Click or drag to resize
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.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RegisterHelpMessage(
	string message
)

Parameters

message
Type: SystemString
The help message
See Also