[Web] Always return 0 for OS::get_process_id()

This commit is contained in:
Adam Scott
2025-05-16 15:42:12 -04:00
parent 34f005d810
commit 6e6c4d3045
2 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@
<return type="int" />
<description>
Returns the number used by the host machine to uniquely identify this application.
[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS, and Windows.
[b]Note:[/b] On Web, this method always returns [code]0[/code].
</description>
</method>
<method name="get_processor_count" qualifiers="const">