2016-06-26 11:02:15 -03:00
|
|
|
|
|
|
|
|
def can_build(platform):
|
2017-08-29 14:47:53 +07:00
|
|
|
return True
|
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
|
|
|
|
|
|
|
|
def get_doc_classes():
|
2017-10-08 00:51:17 +11:00
|
|
|
return ["GDNative", "GDNativeLibrary", "NativeScript", "ARVRInterfaceGDNative"]
|
2017-10-13 21:49:01 +11:00
|
|
|
|
|
|
|
|
def get_doc_path():
|
2017-10-13 15:02:54 +02:00
|
|
|
return "doc_classes"
|