Skip to content

Commit 0f41989

Browse files
AbstractionFactorykleonc
AbstractionFactory
andcommitted
Adding explanation for the PROPERTY_HINT_DICTIONARY_TYPE data format
Signed-off-by: AbstractionFactory <[email protected]> Co-authored-by: kleonc <[email protected]>
1 parent aa8d9b8 commit 0f41989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/@GlobalScope.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,7 @@
29162916
Hints that a property is an [Array] with the stored type specified in the hint string.
29172917
</constant>
29182918
<constant name="PROPERTY_HINT_DICTIONARY_TYPE" value="38" enum="PropertyHint">
2919-
Hints that a property is a [Dictionary] with the stored types specified in the hint string.
2919+
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]).
29202920
</constant>
29212921
<constant name="PROPERTY_HINT_LOCALE_ID" value="32" enum="PropertyHint">
29222922
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)