885239fb09
The very first Godot version (when it was open sourced) had "MultiScript" which lets you use multiple scripts on one object.
With the addition of mulitple new scripting languages (VisualScript, soon C# and GDNative) it can be of use to combine scripts rather than delegating (with huge maintainance cost) or creating child nodes
which could impact performance.
I used the code from
|
||
---|---|---|
.. | ||
config.py | ||
multiscript.cpp | ||
multiscript.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |