_SET_BIT_FLAG
Similar to SET_BIT but specifically designed for large (>32 flags) bit flag sets. The flags are stored in an int array where each int has the ability to hold 32 flags. Flags 0-31 would be stored in the first int, flags 32-63 in the second int, etc.
MISCBuild 1207
Signature
lua
SetBitFlag(bitFlags, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Any* | — | |
| int | — |
Usage
lua
SetBitFlag(bitFlags, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
