UtfCode

From Multi Theft Auto: Wiki

Jump to: navigation, search

The function returns the UTF codes of the given string.

Syntax

int utfCode ( string theString )

Required Arguments

  • theString: The string to get the UTF code of.

Returns

Returns an int if the function was successful, false otherwise.

See Also