diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-14 16:27:26 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-11 10:58:54 +0300 |
commit | a5009f4d3cc36974a5897c3c819e61c3e0783b0d (patch) | |
tree | 3321f8bcc561b450f518e93efd682e4d51b2063c /doc | |
parent | c3ed7af12347aa04a3d3bb91bc726170e894758e (diff) | |
download | redot-engine-a5009f4d3cc36974a5897c3c819e61c3e0783b0d.tar.gz |
[Web] Detect host OS and use macOS keys on mac hosts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/OS.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 1b98d357ae..28c6247338 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -491,6 +491,7 @@ <description> Returns [code]true[/code] if the feature for the given feature tag is supported in the currently running instance, depending on the platform, build, etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. Refer to the [url=$DOCS_URL/tutorials/export/feature_tags.html]Feature Tags[/url] documentation for more details. [b]Note:[/b] Tag names are case-sensitive. + [b]Note:[/b] On the web platform, one of the following additional tags is defined to indicate host platform: [code]web_android[/code], [code]web_ios[/code], [code]web_linuxbsd[/code], [code]web_macos[/code], or [code]web_windows[/code]. </description> </method> <method name="is_debug_build" qualifiers="const"> |