Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: Kanegasi
Forum: Lua/XML Help 10-16-20, 09:37 PM
Replies: 2
Views: 5,052
Posted By Kanegasi
Many API functions that have many returns are...

Many API functions that have many returns are being changed into returning a table.

Instead of the following:

local first, second, third = GetDataStuff()
-- first == "1st" and second == "2nd" and...
Showing results 1 to 1 of 1