godot/modules/dlscript
Karroffel 6c49fe9c62 [DLScript] added variant constructor and a function to get userdata of a script
The godot_dlinstance_get_userdata() function can be used to get the DLScript userdata pointer of any object that has a DLScript attached to it.
This is particularly useful and even required for language bindings to work properly.

This also fixes non-tool builds.
2017-04-04 23:02:46 +02:00
..
godot [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
api_generator.cpp [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
api_generator.h added dlscript module 2017-04-03 17:20:11 +02:00
config.py added dlscript module 2017-04-03 17:20:11 +02:00
dl_script.cpp added dlscript module 2017-04-03 17:20:11 +02:00
dl_script.h [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
godot.cpp [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
godot.h [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
register_types.cpp added dlscript module 2017-04-03 17:20:11 +02:00
register_types.h added dlscript module 2017-04-03 17:20:11 +02:00
SCsub added dlscript module 2017-04-03 17:20:11 +02:00