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.

Members

Aliases

Parent
alias Parent = NonRef!ParentR
Undocumented in source.
T
alias T = NonRef!R
Undocumented in source.

Variables

extends
enum bool extends;
Undocumented in source.
extends
enum bool extends;
Undocumented in source.

Meta