Changes between Version 4 and Version 5 of code/doc/ConsoleCommand
- Timestamp:
- Oct 1, 2008, 1:40:03 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ConsoleCommand
v4 v5 9 9 10 10 A !ConsoleCommand can also be called directly from the code by using [wiki:CommandExecutor]. If you want to execute the same command over and over, see [wiki:CommandEvaluation] for more performance. 11 12 ConsoleCommands are stored in a map in the Identifier of the implementing class. Shortcuts are stored in [wiki:CommandExecutor]. 11 13 12 14 == Usage ==