Skip to content
powerof3 edited this page May 4, 2022 · 2 revisions

Setters

IntToString

  • Converts int to string. Integers exceeding 2147483647 cannot be handled properly using Papyrus.
  • abHex adds 0x 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

Clone this wiki locally