From 0f419898d722e4a4927f90a75b0100343f4d1224 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:05:30 +0100 Subject: [PATCH] Adding explanation for the PROPERTY_HINT_DICTIONARY_TYPE data format Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com> --- doc/classes/@GlobalScope.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 6f3d8e613dd..10dc8ec8424 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2916,7 +2916,7 @@ Hints that a property is an [Array] with the stored type specified in the hint string. - Hints that a property is a [Dictionary] with the stored types specified in the hint string. + 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]). Hints that a string property is a locale code. Editing it will show a locale dialog for picking language and country.