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.
1 parent c10e6ea commit 36603daCopy full SHA for 36603da
docs/zh/api/scripts/target-instance.md
@@ -212,6 +212,30 @@ target:is_arch("x86")
212
target:is_arch("x64", "x86_64")
213
```
214
215
+## target:is_arch64
216
+
217
+- 当前架构是否是 64 位架构
218
219
+#### 函数原型
220
221
+::: tip API
222
+```lua
223
+target:is_arch64()
224
+```
225
+:::
226
227
+#### 参数说明
228
229
+此函数不需要参数。
230
231
+#### 用法说明
232
233
234
235
+-- 当前架构是否是 64 位架构?
236
237
238
239
## target:targetfile
240
241
- 获取目标文件路径
0 commit comments