mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| def can_build(env, platform):
 | |
|     return True
 | |
| 
 | |
| def configure(env):
 | |
|     pass
 | |
| 
 | |
| def get_doc_classes():
 | |
|     return [
 | |
|         "WebRTCPeerConnection",
 | |
|         "WebRTCDataChannel",
 | |
|         "WebRTCMultiplayer"
 | |
|     ]
 | |
| 
 | |
| def get_doc_path():
 | |
|     return "doc_classes"
 | 
