diff --git a/NOTES.md b/NOTES.md index d6cc7dc..5ff1d22 100644 --- a/NOTES.md +++ b/NOTES.md @@ -3,19 +3,19 @@ - Ingame Scripting Language: Python 1.5.2 # Ingame-Console (Ctrl+\^) (Handler@0x42190): -* "\" +* "\" - Try to evaluate Command as Python expression -* ":\": +* ":\" - Get Game Engine Global Variable * ":\ \" - Set Game Engine Global Variable -* "?": +* "?" - Show all Global Variable -* "?\": +* "?\" - Show all Global Variable matching -* "/\": +* "/\" - Run Command defined in QuickConsole.py(c) 'import quickconsole;quickconsole.%s()' -* "/\ \,\": +* "/\ \,\" - Run function in QuickConsole.py(c) with argument(s) 'import quickconsole;quickconsole.%s(%s)' # External Console (Scenegraph Debugging?) (Handler@0x5f9520):