-
Notifications
You must be signed in to change notification settings - Fork 18
String
powerof3 edited this page May 4, 2022
·
2 revisions
- Converts int to string. Integers exceeding
2147483647cannot be handled properly using Papyrus. -
abHexadds0xto the beginning of the string
String Function IntToString(int aiValue, bool abHex) global native- Converts string to int. Returns -1 for out of bound values.
int Function StringToInt(String asString) global native