Rune lib and __concat for variable libs.

This commit is contained in:
jussi
2024-01-30 13:36:23 +02:00
parent 143453af9e
commit d21512d88c
14 changed files with 145 additions and 27 deletions

View File

@@ -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)