Changes between Version 1 and Version 2 of code/doc/ArgumentCompletionList
- Timestamp:
- Oct 7, 2008, 2:51:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ArgumentCompletionList
v1 v2 3 3 4 4 == Description == 5 An !ArgumentCompletionList is used to display possible arguments when trying to complete a [wiki:ConsoleCommand] in the [wiki:CommandExecutor] by calling '''complete()'''. !ArgumentCompletionLists are returned by a [wiki: http://www.orxonox.net/wiki/ArgumentCompletionFunctions function] stored in a [wiki:ArgumentCompleter].5 An !ArgumentCompletionList is used to display possible arguments when trying to complete a [wiki:ConsoleCommand] in the [wiki:CommandExecutor] by calling '''complete()'''. !ArgumentCompletionLists are returned by a [wiki:ArgumentCompletionFunctions function] stored in a [wiki:ArgumentCompleter]. 6 6 7 7 An !ArgumentCompletionList is in fact just a std::list with elements that return three strings: