Enum member extends
Checks whether R is a subtype of ParentR by Godot's script inheritance system.
Both D script and C++ classes are accounted for.
If R and ParentR are the same, extends
is true as well.
enum extends(R, ParentR)
= true;