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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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