Function Theme.getIconList

Returns all the icons as a PoolStringArray filled with each Texture's name, for use in getIcon, if the theme has type.

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