diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-28 12:13:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 12:13:40 +0100 |
commit | 726967f45318359d95e3b0c359e088ca6d430292 (patch) | |
tree | bf037d3373ce610a02510cf8fe41f59c42e43955 /doc/classes/OS.xml | |
parent | b441592372197499d6f618c02bad2e79e23fc238 (diff) | |
parent | fb01d057af3d167f0573aa3b76e1695757c0124b (diff) |
Merge pull request #45522 from akien-mga/doc-sync
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/OS.xml')
-rw-r--r-- | doc/classes/OS.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index e209fc9ad9..8620de1378 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -136,14 +136,6 @@ Returns the keycode of the given string (e.g. "Escape"). </description> </method> - <method name="get_thread_caller_id" qualifiers="const"> - <return type="int"> - </return> - <description> - Returns the ID of the current thread. This can be used in logs to ease debugging of multi-threaded applications. - [b]Note:[/b] Thread IDs are not deterministic and may be reused across application restarts. - </description> - </method> <method name="get_cmdline_args"> <return type="PackedStringArray"> </return> @@ -330,6 +322,14 @@ [b]Note:[/b] This method is implemented on Windows. </description> </method> + <method name="get_thread_caller_id" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the ID of the current thread. This can be used in logs to ease debugging of multi-threaded applications. + [b]Note:[/b] Thread IDs are not deterministic and may be reused across application restarts. + </description> + </method> <method name="get_ticks_msec" qualifiers="const"> <return type="int"> </return> |