mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
2db8217b09
commit
971d3a6653
|
@ -5,7 +5,7 @@
|
|||
|
||||
--------------------------------
|
||||
-- brief Get a UTF8 substring from a std::string with a given start position and length<br>
|
||||
-- Sample: std::string str = "中国中国中国”; substr = getSubStringOfUTF8String(str,0,2) will = "中国"<br>
|
||||
-- Sample: std::string str = "中国中国中国"; substr = getSubStringOfUTF8String(str,0,2) will = "中国"<br>
|
||||
-- param start The start position of the substring.<br>
|
||||
-- param length The length of the substring in UTF8 count<br>
|
||||
-- return a UTF8 substring
|
||||
|
|
Loading…
Reference in New Issue