C# Class uREPL.CommandCompletion

Inheritance: CompletionPlugin
Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

Свойство Type Description
instance CommandCompletion

Méthodes publiques

Méthode Description
GetCompletions ( string input ) : uREPL.CompletionInfo[]

Méthodes protégées

Méthode Description
OnEnable ( ) : void

Method Details

GetCompletions() public méthode

public GetCompletions ( string input ) : uREPL.CompletionInfo[]
input string
Résultat uREPL.CompletionInfo[]

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

Property Details

instance public_oe static_oe property

public static CommandCompletion,uREPL instance
Résultat CommandCompletion