Click or drag to resize

PlayerCommandServiceGetUsageMessage Method

Gets the usage message for one or multiple specified commands.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
protected override string GetUsageMessage(
	CommandInfo[] commands
)

Parameters

commands
Type: SampSharp.Entities.SAMP.CommandsCommandInfo
The commands to get the usage message for. If multiple commands are supplied they can be assumed to be multiple overloads of the same command.

Return Value

Type: String
The usage message for the commands.
See Also