Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
stringfunctionIntToBin(intaiNumToConvert, intaiBinWidth, boolabAddPrefix)NativeGlobal


Caveats


Parameters

intaiNumToConvert

intaiBinWidth

boolabAddPrefix


Examples

Auto-Generated Example

int myInt__aiNumToConvert
int myInt__aiBinWidth
bool myBool__abAddPrefix

string returnedValue = Lighthouse.IntToBin(myInt__aiNumToConvert, myInt__aiBinWidth, myBool__abAddPrefix)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.