diff options
author | Jonathan Gollnick <jonathan.gollnick@gmail.com> | 2021-06-05 14:24:24 -0500 |
---|---|---|
committer | Jonathan Gollnick <jonathan.gollnick@gmail.com> | 2021-06-10 16:30:28 -0500 |
commit | 6710ad1737589e280cba5766a26c04172dccd0f9 (patch) | |
tree | 3874b632278fba2d62e984329dbbf3c40e6adc85 /doc/classes/EditorProperty.xml | |
parent | bc1fcb9c659c573a38347088ccda3640fe2ae4c8 (diff) |
Let var2str display StringName with correct sigil
Diffstat (limited to 'doc/classes/EditorProperty.xml')
-rw-r--r-- | doc/classes/EditorProperty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index f568263ff8..fd9fae435b 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -25,7 +25,7 @@ </argument> <argument index="1" name="value" type="Variant"> </argument> - <argument index="2" name="field" type="StringName" default="@"""> + <argument index="2" name="field" type="StringName" default="&"""> </argument> <argument index="3" name="changing" type="bool" default="false"> </argument> |