GTAG - Modding - Opcode Database - 0B13
Opcode Database
0B13
| Description | Performs a logical bitwise NOT. All bits that are not disabled will be enabled and vice-versa. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) (Returned) Integer (INT) |
| Games | |
| Category | IntOperations |
| San Andreas | |
| sascm.ini | 0B13=2,bitwise_not %1d% store_to %2d% |
| Example | 0B13: bitwise_not 0@ store_to 0@ |
| Command Name | BITWISE_NOT |

