summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-09-14 16:35:52 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-09-14 16:35:52 -0300
commit585ad5c8eabb74449b8e1215b2ac921a3e44ca1d (patch)
tree94f52f07f6acd8bfabc10424abaa8c53f8c24f81 /doc/classes
parent8f33542ac3661afdaea3850159598e1311f25a6f (diff)
Expose "get_modal_stack_top()" to GDScript
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Viewport.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml
index 2f5710da51..9cd501630e 100644
--- a/doc/classes/Viewport.xml
+++ b/doc/classes/Viewport.xml
@@ -46,6 +46,13 @@
Returns the total transform of the viewport.
</description>
</method>
+ <method name="get_modal_stack_top" qualifiers="const">
+ <return type="Control">
+ </return>
+ <description>
+ Returns the topmost modal in the stack.
+ </description>
+ </method>
<method name="get_mouse_position" qualifiers="const">
<return type="Vector2">
</return>