Tasks:Python Console: Difference between revisions
Jump to navigation
Jump to search
New task added |
(No difference)
|
Latest revision as of 14:28, 18 October 2008
Back to Task List
Overview
Interactive in-game Python console to view and modify the game state.
Dependencies
- The Widget Set
Requirements
- Execute single line Python expressions
- Show expression result (or error) and allow typing new command on next line
- Command history across sessions
- Bash-like command completion (utilizing Python introspection)
- Provide complex debugging/info commands