String - powerof3/PapyrusExtenderSSE GitHub Wiki
Setters
IntToString
- Converts int to string. Integers exceeding
2147483647
cannot be handled properly using Papyrus. abHex
adds0x
to the beginning of the string
String Function IntToString(int aiValue, bool abHex) global native
StringToInt
- Converts string to int. Returns -1 for out of bound values.
int Function StringToInt(String asString) global native