- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Converts int to string. Integers exceeding
2147483647cannot be handled properly using Papyrus. abHexadds0xto 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
