Function ClassDBSingleton.classGetIntegerConstantList

Returns an array with the names all the integer constants of class or its ancestry.

PoolArray!(godot.core.string.String) classGetIntegerConstantList (
  const(String) _class,
  const(bool) no_inheritance = false
) nothrow @nogc const;