Browse Source

Add method description to `is_embedding_subwindows` in `Viewport`

This pull request adds a missing method description to `Viewport` in the class docs.
Nick Huelin 4 years ago
parent
commit
7e56b7083d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/Viewport.xml

+ 1 - 0
doc/classes/Viewport.xml

@@ -144,6 +144,7 @@
 			<return type="bool">
 			</return>
 			<description>
+				Returns [code]true[/code] if the viewport is currently embedding windows.
 			</description>
 		</method>
 		<method name="is_input_handled" qualifiers="const">