Function ClassDBSingleton.getInheritersFromClass

Returns the names of all the classes that directly or indirectly inherit from class.

PoolArray!(godot.core.string.String) getInheritersFromClass (
  const(String) _class
) nothrow @nogc const;