We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c9eaf1 + ed3adef commit f8219dbCopy full SHA for f8219db
tutorials/export/feature_tags.rst
@@ -132,7 +132,7 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
132
when running a project exported to Web on a mobile device.
133
134
To check whether a project exported to Web is running on a mobile device,
135
- use ``OS.has_feature("web_android") or OS.web_has_feature("web_ios")``.
+ use ``OS.has_feature("web_android") or OS.has_feature("web_ios")``.
136
137
Custom features
138
---------------
0 commit comments