utfSeek | Multi Theft Auto: Wiki Skip to content

utfSeek

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

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


The function returns the byte position at specified character position.

Syntax

utfSeek ( )

Code Examples

server
local teststring = "Hello World"
local testseek = utfSeek ( teststring, 5 )
outputChatBox ( testseek )