godot/modules/gdnative/config.py

27 lines
497 B
Python
Raw Normal View History

def can_build(env, platform):
return True
2016-06-26 16:02:15 +02:00
2016-06-26 16:02:15 +02:00
def configure(env):
pass
def get_doc_classes():
return [
2020-04-08 16:47:36 +02:00
"XRInterfaceGDNative",
"GDNative",
"GDNativeLibrary",
"MultiplayerPeerGDNative",
"NativeScript",
"PacketPeerGDNative",
"PluginScript",
"StreamPeerGDNative",
"VideoStreamGDNative",
"WebRTCPeerConnectionGDNative",
"WebRTCDataChannelGDNative",
]
def get_doc_path():
return "doc_classes"