From 1d66edf4f2390c25485ef4205b20c184de1c2f5d Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 13 Apr 2024 18:44:42 +0300 Subject: Position argument added for GetCodepoint, GetCodepointNext and GetCodepointPrevious. --- examples/resources/lib/utillib.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/resources/lib/utillib.lua') diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index 73bb11c..a661f60 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -7,7 +7,8 @@ end local utillib = {} -function utillib.tableClone( org ) +-- Does not work with dictionaries. +function utillib.arrayClone( org ) return { table.unpack( org ) } end -- cgit v1.2.3