A class stored as a resource. The script exends the functionality of all objects that instance it.
The 'new' method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
<methodname="can_instance"qualifiers="const">
<returntype="bool">
</return>
<description>
Returns true if the script can be instanced.
</description>
</method>
<methodname="get_source_code"qualifiers="const">
<returntype="String">
</return>
<description>
Returns the script source code, or an empty string if source code is not available.