This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d6b664f671
godot
/
modules
/
nativescript
/
config.py
9 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
[GDNative] new GDNative API This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality.
2017-07-13 23:44:14 +00:00
def
can_build
(
platform
)
:
Fix GDNative API generator after changes to MethodBind
2017-08-29 07:47:53 +00:00
return
True
[GDNative] new GDNative API This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality.
2017-07-13 23:44:14 +00:00
def
configure
(
env
)
:
env
.
use_ptrcall
=
True
Reference in New Issue
Copy Permalink