Syntax
Lua |
---|
function ShellCommand:GetHelp(); |
Returns
Type: stringThe help information for the command.
Remarks
This method gets the extended help information for the command. It is suitable for this help text to contain newlines.
Lua |
---|
function ShellCommand:GetHelp(); |