Changes between Version 1 and Version 2 of code/doc/ArgumentCompletionFunctions
- Timestamp:
- Oct 7, 2008, 2:49:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ArgumentCompletionFunctions
v1 v2 3 3 4 4 == Description == 5 An ArgumentCompletionFunction returns an [wiki:ArgumentCompletionList] used by the [wiki:CommandExecutor] to complete arguments of a [wiki:ConsoleCommand]. To bind an ArgumentCompletionFunction to an argument, an [wiki:ArgumentComplet or] is use.5 An ArgumentCompletionFunction returns an [wiki:ArgumentCompletionList] used by the [wiki:CommandExecutor] to complete arguments of a [wiki:ConsoleCommand]. To bind an ArgumentCompletionFunction to an argument, an [wiki:ArgumentCompleter] is use. 6 6 7 7 == Arguments ==