You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
							|  |  |  | extends Resource | 
					
						
							|  |  |  | class_name Cfg | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var _res_name: String | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | func get_res_name() -> String: | 
					
						
							|  |  |  | 	if _res_name == "": | 
					
						
							|  |  |  | 		_res_name = Util.get_resource_name(self) | 
					
						
							|  |  |  | 	return _res_name |