Background for Starfield
Member of the Utility script
stringfunctionIntToHex(intIntID)NativeGlobal

Description

Documentation Comment

Int to Hex converter. General use, but mainly for converting GetFormID which returns an Int to get the Hex ID


Caveats


Parameters

intIntID


Examples

Auto-Generated Example

int myInt__IntID

string returnedValue = Utility.IntToHex(myInt__IntID)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.