|
@@ -36,6 +36,12 @@
|
|
Returns [code]true[/code] if the current host platform is using multiple threads.
|
|
Returns [code]true[/code] if the current host platform is using multiple threads.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="center_window">
|
|
|
|
+ <return type="void">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
<method name="delay_msec" qualifiers="const">
|
|
<method name="delay_msec" qualifiers="const">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
@@ -232,6 +238,12 @@
|
|
Returns the number of cores available in the host machine.
|
|
Returns the number of cores available in the host machine.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="get_real_window_size" qualifiers="const">
|
|
|
|
+ <return type="Vector2">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
<method name="get_scancode_string" qualifiers="const">
|
|
<method name="get_scancode_string" qualifiers="const">
|
|
<return type="String">
|
|
<return type="String">
|
|
</return>
|
|
</return>
|
|
@@ -458,6 +470,12 @@
|
|
If [code]true[/code], the [code]user://[/code] file system is persistent, so that its state is the same after a player quits and starts the game again. Relevant to the HTML5 platform, where this persistence may be unavailable.
|
|
If [code]true[/code], the [code]user://[/code] file system is persistent, so that its state is the same after a player quits and starts the game again. Relevant to the HTML5 platform, where this persistence may be unavailable.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="is_window_always_on_top" qualifiers="const">
|
|
|
|
+ <return type="bool">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
<method name="kill">
|
|
<method name="kill">
|
|
<return type="int" enum="Error">
|
|
<return type="int" enum="Error">
|
|
</return>
|
|
</return>
|
|
@@ -586,6 +604,14 @@
|
|
Enables backup saves if [code]enabled[/code] is [code]true[/code].
|
|
Enables backup saves if [code]enabled[/code] is [code]true[/code].
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="set_window_always_on_top">
|
|
|
|
+ <return type="void">
|
|
|
|
+ </return>
|
|
|
|
+ <argument index="0" name="enabled" type="bool">
|
|
|
|
+ </argument>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
<method name="set_window_title">
|
|
<method name="set_window_title">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|