mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 20:53:15 +00:00
4469144891
* The harcoded 8 slots are no more and impose limits in the new extension system. * New system is limitless, although it will impose small performance hit with a mutex. * Use a token to request the instance binding. **Warning**: Mono will most likely break as a result of this, will need to be modified to use the new system. |
||
---|---|---|
.. | ||
extension_api_dump.cpp | ||
extension_api_dump.h | ||
gdnative_interface.cpp | ||
gdnative_interface.h | ||
native_extension_manager.cpp | ||
native_extension_manager.h | ||
native_extension.cpp | ||
native_extension.h | ||
SCsub |