llOrd
function ll.Ord(value: string, index: number): numberReturns the unicode value of the indicated character in the string.
Parameters
value(string)- The string to convert to Unicode.
index(number)- Index of character to convert to unicode.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.Ord().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llOrd