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
89588d4334
virtualx-engine
/
modules
/
gdnative
/
config.py
9 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
missing files
2016-06-26 16:02:15 +02:00
def
can_build
(
platform
)
:
Finish implementation of GDnative builtins bindings
2017-04-17 21:42:11 +02:00
return
True
missing files
2016-06-26 16:02:15 +02:00
def
configure
(
env
)
:
added dlscript module This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan. This adds a module to Godot that enables the use of dynamic libraries as a source for scripts. That also allows third party libraries to be linked to Godot more easily and without creating modules. For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
2017-04-03 16:11:38 +02:00
env
.
use_ptrcall
=
True
Reference in a new issue
Copy permalink