godot/modules/multiscript
Karroffel 885239fb09 re-added MultiScript
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 0b806ee as the base and made it work with the current master.
2017-04-24 01:49:40 +02:00
..
config.py re-added MultiScript 2017-04-24 01:49:40 +02:00
multiscript.cpp re-added MultiScript 2017-04-24 01:49:40 +02:00
multiscript.h re-added MultiScript 2017-04-24 01:49:40 +02:00
register_types.cpp re-added MultiScript 2017-04-24 01:49:40 +02:00
register_types.h re-added MultiScript 2017-04-24 01:49:40 +02:00
SCsub re-added MultiScript 2017-04-24 01:49:40 +02:00