forked from ReScrap/ScrapHacks
		
	Update NOTES.md
This commit is contained in:
		
							parent
							
								
									7d66c3f2f9
								
							
						
					
					
						commit
						884d1d5e29
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								NOTES.md
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								NOTES.md
									
										
									
									
									
								
							|  | @ -3,19 +3,19 @@ | |||
| - Ingame Scripting Language: Python 1.5.2 | ||||
| 
 | ||||
| # Ingame-Console (Ctrl+\^) (Handler@0x42190): | ||||
| * "\<Command\>" | ||||
| * "\<Command>" | ||||
|  - Try to evaluate Command as Python expression | ||||
| * ":\<Var>": | ||||
| * ":\<Var>" | ||||
|  - Get Game Engine Global Variable | ||||
| * ":\<Var> \<Val>" | ||||
|  - Set Game Engine Global Variable | ||||
| * "?": | ||||
| * "?" | ||||
|  - Show all Global Variable | ||||
| * "?\<String>": | ||||
| * "?\<String>" | ||||
|  - Show all Global Variable matching <String> | ||||
| * "/\<command>": | ||||
| * "/\<command>" | ||||
|  - Run Command defined in QuickConsole.py(c) 'import quickconsole;quickconsole.%s()' | ||||
| * "/\<command> \<arg>,\<arg>": | ||||
| * "/\<command> \<arg>,\<arg>" | ||||
|  - Run function in QuickConsole.py(c) with argument(s) 'import quickconsole;quickconsole.%s(%s)' | ||||
| 
 | ||||
| # External Console (Scenegraph Debugging?) (Handler@0x5f9520): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue