Module script
Expand description
Functionality related to script instances (Rust code that can be attached as node scripts).
The features in this module are complemented by the ScriptExtension
class and
the IScriptExtension
trait.
See ScriptInstance
for usage.
Structs§
Traits§
- Implement custom scripts that can be attached to objects in Godot.
Functions§
- Creates a new from a type that implements
ScriptInstance
.