diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-31 15:58:49 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-31 15:58:49 +0100 |
| commit | 925784df035de92e472211160da3d3420db72722 (patch) | |
| tree | 60d64d8df18ef79a57ac840fe3f56dfa24871f6d /modules/gdscript/doc_classes/@GDScript.xml | |
| parent | 1c42e141d0ec3c09346b1003a5b31301bace030a (diff) | |
| parent | 83cb968965ddf78c824ca4b742c6aca0f593776d (diff) | |
Merge pull request #72454 from dalexeev/gds-fix-icon-annotation
GDScript: Fix `@icon` annotation
Diffstat (limited to 'modules/gdscript/doc_classes/@GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 7f9d4ae253..cd837b3a91 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -563,6 +563,7 @@ [/codeblock] [b]Note:[/b] Only the script can have a custom icon. Inner classes are not supported. [b]Note:[/b] As annotations describe their subject, the [code]@icon[/code] annotation must be placed before the class definition and inheritance. + [b]Note:[/b] Unlike other annotations, the argument of the [code]@icon[/code] annotation must be a string literal (constant expressions are not supported). </description> </annotation> <annotation name="@onready"> |