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.
See Implementation
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.