You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #11793 from NathanWarden/updated_os_doc
Updated some documentation for the OS class.
This commit is contained in:
@@ -326,6 +326,7 @@
|
|||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the amount of static memory being used by the program in bytes.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_system_dir" qualifiers="const">
|
<method name="get_system_dir" qualifiers="const">
|
||||||
@@ -340,6 +341,7 @@
|
|||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the epoch time of the operating system in seconds.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_ticks_msec" qualifiers="const">
|
<method name="get_ticks_msec" qualifiers="const">
|
||||||
@@ -435,6 +437,9 @@
|
|||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns [code]true[/code] if the build is a debug build.
|
||||||
|
Returns [code]true[/code] when running in the editor.
|
||||||
|
Returns [code]false[/code] if the build is a release build.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_in_low_processor_usage_mode" qualifiers="const">
|
<method name="is_in_low_processor_usage_mode" qualifiers="const">
|
||||||
@@ -483,6 +488,7 @@
|
|||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns [code]true[/code] if synchronizing the framerate to the monitor's refresh rate is enabled.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_window_fullscreen" qualifiers="const">
|
<method name="is_window_fullscreen" qualifiers="const">
|
||||||
@@ -695,6 +701,7 @@
|
|||||||
<argument index="0" name="enable" type="bool">
|
<argument index="0" name="enable" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
If [code]true[/code] the framerate will synchronize to the monitor's refresh rate.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_window_fullscreen">
|
<method name="set_window_fullscreen">
|
||||||
|
|||||||
Reference in New Issue
Block a user