mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
|   | # GH-73213 | ||
|  | 
 | ||
|  | func test(): | ||
|  | 	var object := Object.new() # Not `Object()`. | ||
|  | 	print(object.get_class()) | ||
|  | 	object.free() |