gdnative-book icon indicating copy to clipboard operation
gdnative-book copied to clipboard

Mention the situation with "abstract" classes that are intended to be extended by scripts (mainly for editor plugins)

Open ghost opened this issue 4 years ago • 0 comments

While a large part of the implementation can be in Rust, users will need to write the entry point in GDScript to work around a bug in the engine that true abstract classes are not differentiated from classes that are intended to be extended by scripts.

ghost avatar Jan 06 '21 15:01 ghost