소스 검색

Changed "OS.web_has_feature("web_ios")" (which doesn't exist) to the correct method "OS.has_feature("web_ios")"

Stqrm264 1 년 전
부모
커밋
ed3adefdea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/export/feature_tags.rst

+ 1 - 1
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
     when running a project exported to Web on a mobile device.
 
     To check whether a project exported to Web is running on a mobile device,
-    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")``.
 
 Custom features
 ---------------