mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
6c49fe9c62
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.