Background for Skyrim SE
Member of the clib script
intfunctioncBitwiseOp(inti1, inti2, intiBits=31, intiOp=1, boolbWarn=false)Global

[DEV SERVER] Loading description...


Caveats


Parameters

inti1

inti2

intiBits=31

intiOp=1

boolbWarn=false


Examples

Auto-Generated Example

int myInt__i1
int myInt__i2
int myInt__iBits
int myInt__iOp
bool myBool__bWarn

int returnedValue = clib.cBitwiseOp(myInt__i1, myInt__i2, myInt__iBits, myInt__iOp, myBool__bWarn)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.