Djinni Wiki

function IntToHexString (int nInteger)

Convert nInteger to hex, returning the hex value as a string.

  • Return value has the format "0x????????" where each ? will be a hex digit (8 digits in total).
  • Return type: string
  • Include file: nwscriptdefn