summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
authorjussi2024-01-30 13:36:23 +0200
committerjussi2024-01-30 13:36:23 +0200
commitd21512d88c2e24cf8cb230d29fb253fb5efd1661 (patch)
tree87b62953f4996344d68b93bd8228fc67f07be77d /ReiLua_API.lua
parent143453af9ea9be82b2d58d665bed62abb716e21f (diff)
downloadreilua-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.lua5
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)