mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	GDScript: Fix get_*_list() methods return incorrect info
				
					
				
			This commit is contained in:
		
							parent
							
								
									fa3428ff25
								
							
						
					
					
						commit
						462d8f4752
					
				
					 15 changed files with 429 additions and 305 deletions
				
			
		|  | @ -277,7 +277,7 @@ struct GDScriptUtilityFunctionsDefinitions { | |||
| 				Vector<StringName> sname; | ||||
| 
 | ||||
| 				while (p->_owner) { | ||||
| 					sname.push_back(p->name); | ||||
| 					sname.push_back(p->local_name); | ||||
| 					p = p->_owner; | ||||
| 				} | ||||
| 				sname.reverse(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Danil Alexeev
						Danil Alexeev