This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b50a937fe6
virtualx-engine
/
modules
/
nativescript
/
config.py
9 lines
93 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-14 01:44:14 +02:00
def
can_build
(
platform
)
:
-Code completion for enumerations -Disabled GDNative and GDNativeScript so build compiles again
2017-08-24 05:06:56 +02:00
return
False
[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-14 01:44:14 +02:00
def
configure
(
env
)
:
env
.
use_ptrcall
=
True
Reference in a new issue
Copy permalink