diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-03 12:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 12:55:22 +0200 |
commit | 4dfea5fc9c39d78d8aa4643f4d56bb33dd3916b1 (patch) | |
tree | 5b8d204228d77ba960d5c8fc6ec061a9a3a8457e /doc/classes | |
parent | 720065c7214366313717f49183b9bb941a942fc5 (diff) | |
parent | 9eb10f1e4a470d5d3cc5d94f8daa9e36297b0f28 (diff) |
Merge pull request #31389 from Calinou/add-node-comments
Add an `editor_description` property to Node for documentation purposes
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GraphNode.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 8aefa41f8a..8470a346ff 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -174,6 +174,7 @@ </methods> <members> <member name="comment" type="bool" setter="set_comment" getter="is_comment" default="false"> + If [code]true[/code], the GraphNode is a comment node. </member> <member name="offset" type="Vector2" setter="set_offset" getter="get_offset" default="Vector2( 0, 0 )"> The offset of the GraphNode, relative to the scroll offset of the [GraphEdit]. |