diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-05 15:19:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 15:19:21 +0200 |
commit | 63d3a42f82d386c94eb9e11641d04ada4150c5e5 (patch) | |
tree | 5617e7270df9be072037c251fc49f4b0f9fb77e4 /doc/classes/ScriptCreateDialog.xml | |
parent | 4011429e574a4d7a31725c38d92dd34925487dc7 (diff) | |
parent | d80bc5cbbab71fb9b8f25ec56a0baa5b4cee68a9 (diff) |
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough
EditorHelp: Improve enum ref resolving and add constant ref support
Diffstat (limited to 'doc/classes/ScriptCreateDialog.xml')
-rw-r--r-- | doc/classes/ScriptCreateDialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ScriptCreateDialog.xml b/doc/classes/ScriptCreateDialog.xml index 402c11677a..92a187eaa3 100644 --- a/doc/classes/ScriptCreateDialog.xml +++ b/doc/classes/ScriptCreateDialog.xml @@ -4,7 +4,7 @@ The Editor's popup dialog for creating new [Script] files. </brief_description> <description> - The [code]ScriptCreateDialog[/code] creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling one of the [method Popup.popup] methods. + The [ScriptCreateDialog] creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling one of the [method Popup.popup] methods. [codeblock] func _ready(): dialog.config("Node", "res://new_node.gd") # for in-engine types |