mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	GDScript: Rework type check
This commit is contained in:
		
							parent
							
								
									28db611f0f
								
							
						
					
					
						commit
						8fe023ad93
					
				
					 16 changed files with 504 additions and 195 deletions
				
			
		|  | @ -219,8 +219,10 @@ public: | |||
| 	enum Opcode { | ||||
| 		OPCODE_OPERATOR, | ||||
| 		OPCODE_OPERATOR_VALIDATED, | ||||
| 		OPCODE_EXTENDS_TEST, | ||||
| 		OPCODE_IS_BUILTIN, | ||||
| 		OPCODE_TYPE_TEST_BUILTIN, | ||||
| 		OPCODE_TYPE_TEST_ARRAY, | ||||
| 		OPCODE_TYPE_TEST_NATIVE, | ||||
| 		OPCODE_TYPE_TEST_SCRIPT, | ||||
| 		OPCODE_SET_KEYED, | ||||
| 		OPCODE_SET_KEYED_VALIDATED, | ||||
| 		OPCODE_SET_INDEXED_VALIDATED, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dmitrii Maganov
						Dmitrii Maganov