psiberx / cp2077-codeware

Cyberpunk 2077 library and framework for creating script mods.
MIT License
71 stars 12 forks source link

Feat/bits #5

Closed Roms1383 closed 1 year ago

Roms1383 commented 1 year ago

Leverage bitwise operations to store 32 flags in a single Int32 Uint32, which can be used with BlackboardID_Int BlackboardID_Uint.

Roms1383 commented 1 year ago

I couldn't get the redscript linter to work on my machine, but if required I'll re-indent manually. Just let me know