Function Theme.getConstantList

Returns all the constants as a PoolStringArray filled with each constant's name, for use in getConstant, if the theme has type.

PoolArray!(godot.core.string.String) getConstantList (
  const(String) type
) nothrow @nogc const;