mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
|   | @static_unload | ||
|  | 
 | ||
|  | static var perm := 0 | ||
|  | 
 | ||
|  | static var prop := "Hello!": | ||
|  | 	get: return prop + " suffix" | ||
|  | 	set(value): prop = "prefix " + str(value) | ||
|  | 
 | ||
|  | func test(): | ||
|  | 	print("ok") |