C# Class EssentialsPlugin.ChatHandlers.HandleHelp

Inheritance: ChatHandlerBase
Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode Description
AllowedInConsole ( ) : bool
GetCommandText ( ) : string
GetHelp ( ) : string
HandleCommand ( ulong userId, string words ) : bool

Private Methods

Méthode Description
HandleHelpCommand ( ulong remoteUserId, IReadOnlyCollection commandParts ) : void

This function displays available help for all the functionality of this plugin

HandleHelpDialog ( ulong remoteUserId, IReadOnlyCollection commandParts ) : void

This function displays available help for all the functionality of this plugin in a dialog window

Method Details

AllowedInConsole() public méthode

public AllowedInConsole ( ) : bool
Résultat bool

GetCommandText() public méthode

public GetCommandText ( ) : string
Résultat string

GetHelp() public méthode

public GetHelp ( ) : string
Résultat string

HandleCommand() public méthode

public HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
Résultat bool