aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
diff options
context:
space:
mode:
authorRémi Verschelde2018-02-22 19:02:37 +0100
committerRémi Verschelde2018-02-22 19:02:37 +0100
commit46b594054c8f7118e21ab17e078b3ee4b0730a19 (patch)
tree360a6134d1f97e571613314ae44fd6b6ddea3831 /doc/classes/OS.xml
parent07e24619959af256c9e51304c396bccfa99e1b4c (diff)
downloadgodot-46b594054c8f7118e21ab17e078b3ee4b0730a19.tar.gz
godot-46b594054c8f7118e21ab17e078b3ee4b0730a19.tar.zst
godot-46b594054c8f7118e21ab17e078b3ee4b0730a19.zip
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/OS.xml')
-rw-r--r--doc/classes/OS.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 80febff4a..e6cc69061 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -36,6 +36,12 @@
Returns [code]true[/code] if the current host platform is using multiple threads.
</description>
</method>
+ <method name="center_window">
+ <return type="void">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="delay_msec" qualifiers="const">
<return type="void">
</return>
@@ -232,6 +238,12 @@
Returns the number of cores available in the host machine.
</description>
</method>
+ <method name="get_real_window_size" qualifiers="const">
+ <return type="Vector2">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="get_scancode_string" qualifiers="const">
<return type="String">
</return>