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


Caveats


Parameters

intaiNumToConvert

intaiHexWidth

boolabAddPrefix


Examples

Auto-Generated Example

int myInt__aiNumToConvert
int myInt__aiHexWidth
bool myBool__abAddPrefix

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