diff options
| author | Chris Bradfield | 2017-10-06 09:00:57 -0700 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-09 12:57:21 +0200 |
| commit | bf0b32819766124c9d0ddaf63eb59d54959c8bef (patch) | |
| tree | b416472f6dc0bb60f6877ada0a22a3a16d4101ab /doc/classes/VisualScriptComment.xml | |
| parent | 9e93f5b478c8ee15dcec54df90e74dca09245a94 (diff) | |
| download | godot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.tar.gz godot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.tar.zst godot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.zip | |
Added VisualScript* descriptions
[ci skip]
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/VisualScriptComment.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/VisualScriptComment.xml b/doc/classes/VisualScriptComment.xml index da65998e7..69126052d 100644 --- a/doc/classes/VisualScriptComment.xml +++ b/doc/classes/VisualScriptComment.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build"> <brief_description> - A Visual Script node used to store information for the developer. + A Visual Script node used to annotate the script. </brief_description> <description> - A Visual Script node used to display text, so that code is more readable and better documented. + A Visual Script node used to display annotations in the script, so that code may be documented. Comment nodes can be resized so they encompass a group of nodes. </description> <tutorials> @@ -60,10 +60,10 @@ The text inside the comment node. </member> <member name="size" type="Vector2" setter="set_size" getter="get_size"> - The size (in pixels) of the comment node. + The comment node's size (in pixels). </member> <member name="title" type="String" setter="set_title" getter="get_title"> - The title of the comment node. + The comment node's title. </member> </members> <constants> |
