UtfCode: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Never saw the 'Needs Example' Category)
(Added example)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
===Returns===
===Returns===
Returns an ''[[int]]'' if the function was successful, ''false'' otherwise.
Returns an ''[[int]]'' if the function was successful, ''false'' otherwise.
===Example===
<section name="Example" class="both" show="true">
<syntaxhighlight lang="lua">
local theString = "UTF code"
outputChatBox(utfCode (theString))
</syntaxhighlight>
</section>


==See Also==
==See Also==
{{Utility_functions}}
{{Utility_functions}}
[[Category:Needs Example]]

Latest revision as of 00:12, 4 July 2016