mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Add PackedVector4Array Variant type
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
		
							parent
							
								
									b9e022302a
								
							
						
					
					
						commit
						f9b488508c
					
				
					 79 changed files with 1037 additions and 89 deletions
				
			
		| 
						 | 
				
			
			@ -1046,6 +1046,7 @@ void GDScriptFunction::disassemble(const Vector<String> &p_code_lines) const {
 | 
			
		|||
	m_macro(PACKED_VECTOR2_ARRAY);         \
 | 
			
		||||
	m_macro(PACKED_VECTOR3_ARRAY);         \
 | 
			
		||||
	m_macro(PACKED_COLOR_ARRAY);           \
 | 
			
		||||
	m_macro(PACKED_VECTOR4_ARRAY);         \
 | 
			
		||||
	m_macro(OBJECT)
 | 
			
		||||
 | 
			
		||||
			case OPCODE_ITERATE_BEGIN: {
 | 
			
		||||
| 
						 | 
				
			
			@ -1150,6 +1151,7 @@ void GDScriptFunction::disassemble(const Vector<String> &p_code_lines) const {
 | 
			
		|||
				DISASSEMBLE_TYPE_ADJUST(PACKED_VECTOR2_ARRAY);
 | 
			
		||||
				DISASSEMBLE_TYPE_ADJUST(PACKED_VECTOR3_ARRAY);
 | 
			
		||||
				DISASSEMBLE_TYPE_ADJUST(PACKED_COLOR_ARRAY);
 | 
			
		||||
				DISASSEMBLE_TYPE_ADJUST(PACKED_VECTOR4_ARRAY);
 | 
			
		||||
 | 
			
		||||
			case OPCODE_ASSERT: {
 | 
			
		||||
				text += "assert (";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue