diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index 7c9827e8cf5..6bca9cdd558 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -177,7 +177,8 @@ - Returns the icon [StyleBox] at [code]name[/code] if the theme has [code]node_type[/code]. + Returns the [StyleBox] at [code]name[/code] if the theme has [code]node_type[/code]. + Valid [code]name[/code]s may be found using [method get_stylebox_list]. Valid [code]node_type[/code]s may be found using [method get_stylebox_types]. @@ -187,6 +188,7 @@ Returns all the [StyleBox]s as a [PoolStringArray] filled with each [StyleBox]'s name, for use in [method get_stylebox], if the theme has [code]node_type[/code]. + Valid [code]node_type[/code]s may be found using [method get_stylebox_types].