| 
									
										
										
										
											2018-05-30 19:11:33 +02:00
										 |  |  | def can_build(env, platform): | 
					
						
							| 
									
										
										
										
											2017-08-29 14:47:53 +07:00
										 |  |  |     return True | 
					
						
							| 
									
										
										
										
											2016-06-26 11:02:15 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-30 08:28:32 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-26 11:02:15 -03:00
										 |  |  | def configure(env): | 
					
						
							| 
									
										
										
										
											2017-04-03 16:11:38 +02:00
										 |  |  |     env.use_ptrcall = True | 
					
						
							| 
									
										
										
										
											2017-10-13 21:49:01 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-30 08:28:32 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-13 21:49:01 +11:00
										 |  |  | def get_doc_classes(): | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |     return [ | 
					
						
							| 
									
										
										
										
											2020-04-09 00:47:36 +10:00
										 |  |  |         "XRInterfaceGDNative", | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |         "GDNative", | 
					
						
							|  |  |  |         "GDNativeLibrary", | 
					
						
							| 
									
										
										
										
											2018-07-26 11:56:21 +02:00
										 |  |  |         "MultiplayerPeerGDNative", | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |         "NativeScript", | 
					
						
							| 
									
										
										
										
											2018-06-26 20:26:51 +02:00
										 |  |  |         "PacketPeerGDNative", | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |         "PluginScript", | 
					
						
							| 
									
										
										
										
											2018-07-26 11:56:21 +02:00
										 |  |  |         "StreamPeerGDNative", | 
					
						
							| 
									
										
										
										
											2019-01-10 14:34:15 +01:00
										 |  |  |         "VideoStreamGDNative", | 
					
						
							| 
									
										
										
										
											2019-05-11 01:46:27 +02:00
										 |  |  |         "WebRTCPeerConnectionGDNative", | 
					
						
							|  |  |  |         "WebRTCDataChannelGDNative", | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |     ] | 
					
						
							| 
									
										
										
										
											2017-10-13 21:49:01 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-30 08:28:32 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-13 21:49:01 +11:00
										 |  |  | def get_doc_path(): | 
					
						
							| 
									
										
										
										
											2017-11-15 19:23:20 +01:00
										 |  |  |     return "doc_classes" |