dual-universe / lua-examples

This repository has been created to serve as a sharing and learning platform for the Dual Universe community and the development of simple and complex Lua applications. You will find on this repo the examples released by Novaquark during the devblog and thread.
https://www.dualuniverse.game
GNU General Public License v3.0
59 stars 19 forks source link

Replacement of "table" parameters by their corresponding structure or array of values #8

Open leniver opened 2 years ago

leniver commented 2 years ago

The idea behind it is to have a more defined structure so that we can process the data knowing the exact structure of a function return or a parameter.

PerMalmberg commented 1 year ago

@NQ-Ligo Any chance of getting this merged anytime soon?