Search Results for

    Show / Hide Table of Contents

    Class CommandAutoCompleteProvider

    Inheritance
    Object
    CommandAutoCompleteProvider
    Namespace: Clavusaurus.Cosmos
    Assembly: cs.temp.dll.dll
    Syntax
    public class CommandAutoCompleteProvider

    Constructors

    CommandAutoCompleteProvider(IEnumerable<CommandHint>)

    Declaration
    public CommandAutoCompleteProvider(IEnumerable<CommandHint> source)
    Parameters
    Type Name Description
    IEnumerable<CommandHint> source

    Methods

    HasUpdatedSuggestions(String, out String, out List<String>)

    For the given input, check if the command format hint and list of suggestions can be updated and return these

    Declaration
    public bool HasUpdatedSuggestions(string input, out string commandFormatHint, out List<string> suggestions)
    Parameters
    Type Name Description
    String input
    String commandFormatHint
    List<String> suggestions
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    © Clavusaurus Game Software
    ☀
    ☾