Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/ArgumentCompletionList


Ignore:
Timestamp:
Oct 7, 2008, 2:51:00 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ArgumentCompletionList

    v1 v2  
    33
    44== 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].
     5An !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].
    66
    77An !ArgumentCompletionList is in fact just a std::list with elements that return three strings: