diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-15 16:17:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 16:17:52 +0300 |
| commit | dc661cc9ef26d32e51d0208e7a8c8fcefce3b134 (patch) | |
| tree | 229380347706539ffab1e30803741d4b33c3bcd0 /doc/classes/EditorScript.xml | |
| parent | deec057ff89948ae2e4a45bada4c8a32553f3ca3 (diff) | |
| parent | ea2192b99ea0a56559687a3e1b1a9d9f32518132 (diff) | |
| download | redot-engine-dc661cc9ef26d32e51d0208e7a8c8fcefce3b134.tar.gz | |
Merge pull request #64328 from asmaloney/doc-params-6
[doc] Use "param" instead of "code" to refer to parameters (6)
Diffstat (limited to 'doc/classes/EditorScript.xml')
| -rw-r--r-- | doc/classes/EditorScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index b39972694b..2ff8a7ba2a 100644 --- a/doc/classes/EditorScript.xml +++ b/doc/classes/EditorScript.xml @@ -44,7 +44,7 @@ <return type="void" /> <param index="0" name="node" type="Node" /> <description> - Adds [code]node[/code] as a child of the root node in the editor context. + Adds [param node] as a child of the root node in the editor context. [b]Warning:[/b] The implementation of this method is currently disabled. </description> </method> |
