OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandAutoCompleteHandler

Inheritance
System.Object
CommandAutoCompleteHandler
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class CommandAutoCompleteHandler : IAutoCompleteHandler

Constructors

| Improve this Doc View Source

CommandAutoCompleteHandler(IConsoleActorAccessor, ICommandStore, ICommandContextBuilder)

Declaration
public CommandAutoCompleteHandler(IConsoleActorAccessor consoleActorAccessor, ICommandStore commandStore, ICommandContextBuilder commandContextBuilder)
Parameters
Type Name Description
IConsoleActorAccessor consoleActorAccessor
ICommandStore commandStore
ICommandContextBuilder commandContextBuilder

Properties

| Improve this Doc View Source

Separators

Declaration
public char[] Separators { get; set; }
Property Value
Type Description
System.Char[]

Methods

| Improve this Doc View Source

GetSuggestions(String, Int32)

Declaration
public string[] GetSuggestions(string text, int index)
Parameters
Type Name Description
System.String text
System.Int32 index
Returns
Type Description
System.String[]

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)