Skip to content

Commit 49cc57a

Browse files
committed
Merge pull request #100926 from abstractionfactory/godot-4.4-dictionary-docs
Add explanation for the `PROPERTY_HINT_DICTIONARY_TYPE` data format
2 parents 89cf746 + 0f41989 commit 49cc57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/@GlobalScope.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2926,7 +2926,7 @@
29262926
Hints that a property is an [Array] with the stored type specified in the hint string.
29272927
</constant>
29282928
<constant name="PROPERTY_HINT_DICTIONARY_TYPE" value="38" enum="PropertyHint">
2929-
Hints that a property is a [Dictionary] with the stored types specified in the hint string.
2929+
Hints that a property is a [Dictionary] with the stored types specified in the hint string. The hint string contains the key and value types separated by a semicolon (e.g. [code]"int;String"[/code]).
29302930
</constant>
29312931
<constant name="PROPERTY_HINT_LOCALE_ID" value="32" enum="PropertyHint">
29322932
Hints that a string property is a locale code. Editing it will show a locale dialog for picking language and country.

0 commit comments

Comments
 (0)