Click or drag to resize

CommandAttributeIsGroupHelp Property

Gets or sets a value indicating whether this command is a command group help command. The names of this command will be ignored, this command will be executed if the command group of this command is run without a specific command.

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public bool IsGroupHelp { get; set; }

Property Value

Type: Boolean
See Also