Background for Skyrim SE
Member of the PO3_SKSEFunctions script
stringfunctionIntToString(intaiValue, boolabHex)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Converts int to string. Integers exceeding 2147483647 cannot be handled properly using Papyrus.
  • abHex adds 0x to the beginning of the string

Caveats


Parameters

intaiValue

boolabHex


Examples

Auto-Generated Example

int myInt__aiValue
bool myBool__abHex

string returnedValue = PO3_SKSEFunctions.IntToString(myInt__aiValue, myBool__abHex)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.