diff options
| author | jussi | 2024-01-30 13:36:23 +0200 |
|---|---|---|
| committer | jussi | 2024-01-30 13:36:23 +0200 |
| commit | d21512d88c2e24cf8cb230d29fb253fb5efd1661 (patch) | |
| tree | 87b62953f4996344d68b93bd8228fc67f07be77d /ReiLua_API.lua | |
| parent | 143453af9ea9be82b2d58d665bed62abb716e21f (diff) | |
| download | reilua-enhanced-d21512d88c2e24cf8cb230d29fb253fb5efd1661.tar.gz reilua-enhanced-d21512d88c2e24cf8cb230d29fb253fb5efd1661.tar.bz2 reilua-enhanced-d21512d88c2e24cf8cb230d29fb253fb5efd1661.zip | |
Rune lib and __concat for variable libs.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index eb3f1b5..1db9119 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -3993,10 +3993,9 @@ function RL.GetCodepointNext( text ) end function RL.GetCodepointPrevious( text ) end ---Encode one codepoint into UTF-8 byte array ----- Success return string, int +---- Success return string ---@param codepoint integer ----@return any string ----@return any utf8Size +---@return any string function RL.CodepointToUTF8( codepoint ) end -- Text - Text strings management functions (no UTF-8 strings, only byte chars) |
