Fallout 4

File information

Last updated

Original upload

Created by

cadpnq

Uploaded by

cadpnq

Virus scan

Safe to use

Tags for this mod

About this mod

A dumb little library for doing bitwise operations in Papyrus.

Requirements
Permissions and credits
One of the (many) things that Papyrus lacks is bitwise operations. Luckily, with a bit of math, we can emulate them.

Library features:
  • Bitwise operations on integers and boolean arrays (AND, NAND, OR, NOR, XOR, XNOR, NOT)
  • Conversion to and from integer and boolean arrays
  • Bit shifts
  • Single bit manipulation functions


All of the code is hosted on GitHub. Pull requests welcome.