GDScript Interfaces's icon

GDScript Interfaces 1.0.1 Scripts 3.4 Testing

Submitted by user nsrosenqvist; MIT; 2022-07-31

A library which provides a naive GDScript implementation of interfaces for Godot. It can by its nature only check for implementations at runtime and cannot validate method parameter definitions due to the language's lack of introspection. All implementations are validated when the application is loaded by default, so it behaves quite similarly to how one would expect interfaces to work in other languages.


View files Download Submit an issue Recent Edits