utfChar | Multi Theft Auto: Wiki Skip to content

utfChar

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


The function returns the string of the specified UTF code.

Syntax

string utfChar ( int characterCode )
Required Arguments
  • characterCode: The UTF code, to get the string of.

Returns

  • string: value

Returns a string if the function was successful, false otherwise.

Code Examples

shared
local Char = utfChar(65)
outputChatBox(Char) -- Result : A