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 12564fd commit c10e6eaCopy full SHA for c10e6ea
docs/api/scripts/target-instance.md
@@ -210,6 +210,30 @@ target:is_arch("x86")
210
target:is_arch("x64", "x86_64")
211
```
212
213
+## target:is_arch64
214
+
215
+- Is the current architecture a 64-bit one
216
217
+#### Function Prototype
218
219
+::: tip API
220
+```lua
221
+target:is_arch64()
222
+```
223
+:::
224
225
+#### Parameter Description
226
227
+No parameters required for this function.
228
229
+#### Usage
230
231
232
233
+- Is the current architecture 64-bit?
234
235
236
237
## target:targetfile
238
239
- Get the target file path
0 commit comments