diff options
author | Arman Elgudzhyan <48544263+puchik@users.noreply.github.com> | 2023-05-20 14:48:24 -0700 |
---|---|---|
committer | Arman Elgudzhyan <48544263+puchik@users.noreply.github.com> | 2023-05-20 14:48:24 -0700 |
commit | 49890a99c16249736a89148bfc60c296187fe48a (patch) | |
tree | e9fa82b884f7233055613e2016d7459b397ed7e8 /doc/classes/Window.xml | |
parent | 809a98216267f3066b9fec2f02b2042bdc9d3e0d (diff) | |
download | redot-engine-49890a99c16249736a89148bfc60c296187fe48a.tar.gz |
Expose get_window_id() from Window class
Window classes often need a Window ID for operations. This will help with performing operations on cached Windows.
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r-- | doc/classes/Window.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index bed4078796..3adc0d367d 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -194,6 +194,12 @@ See [method Control.get_theme_color] for details. </description> </method> + <method name="get_window_id" qualifiers="const"> + <return type="int" /> + <description> + Returns the ID of the window. + </description> + </method> <method name="grab_focus"> <return type="void" /> <description> |