diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-14 17:32:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 17:32:03 +0200 |
commit | 0af387f04011d45db1174bc2d48012d4ff4c9dfa (patch) | |
tree | 8b0122113ac784912ecb9e79dc60874c876b2477 | |
parent | 40f2480d0e0330a5444c04094632765b640546c8 (diff) | |
parent | 349e924cad20fcbea9d0866fe5e63c8ae5a98acc (diff) |
Merge pull request #29514 from MuffinManKen/os-feature-tags-docs
Improvements to OS.has_feature() docs
-rw-r--r-- | doc/classes/OS.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 2592bc6775..e994c24582 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -508,7 +508,8 @@ <argument index="0" name="tag_name" type="String"> </argument> <description> - Returns [code]true[/code] if the feature for the given feature tag is supported in the currently running instance, depending on platform, build etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. See feature tags documentation. + Returns [code]true[/code] if the feature for the given feature tag is supported in the currently running instance, depending on 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=https://docs.godotengine.org/en/latest/getting_started/workflow/export/feature_tags.html]Feature Tags[/url] documentation for more details. + Note that tag names are case-sensitive. </description> </method> <method name="has_touchscreen_ui_hint" qualifiers="const"> |