2
0
Эх сурвалжийг харах

Merge pull request #29514 from MuffinManKen/os-feature-tags-docs

Improvements to OS.has_feature() docs
Rémi Verschelde 6 жил өмнө
parent
commit
0af387f040

+ 2 - 1
doc/classes/OS.xml

@@ -508,7 +508,8 @@
 			<argument index="0" name="tag_name" type="String">
 			<argument index="0" name="tag_name" type="String">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="has_touchscreen_ui_hint" qualifiers="const">
 		<method name="has_touchscreen_ui_hint" qualifiers="const">