Nicholas Dunn

Results 30 comments of Nicholas Dunn

There are 2 problems here. The first is that the documentation isn't complete (as the classes are not complete either) The second is that the documentation website will be going...

Ok, I have this fixed for the next release because I forgot to check issues before the last release. Go ME!

Sometimes I wish lua was more strongly typed! Or my memory wasn't so! On Sun, Sep 29, 2019, 7:44 AM chrisgbk wrote: > Forgot to include the required event_name string...

Well I will admit progress on this has been slow. Really slow The goal of the whole data library is to fail silently in most cases as it uses an...

Wellllllllllllllll if you have fixed versions I would gladly look at them :)

Well my goal is to have normal and expensive work correctly with the shorter code and finish the results() stuff. but its the nightmare of dealing with multiple ways to...

Data.Util.duplicate is old school code See if this does what you want ```lua Data(electric-mining-drill):copy('test-mining-drill) ``` No need to extend as Data handles all that Keep in mind the Data Lib...

Lua is just table references, Data.raw is nothing special just a table. data:extend is just a function with very limited error checking that puts your table into data.raw in the...

Also Data can take a table in which case it doesnt need the second paramater as long as the table contains it (it also won't extend an already extended table,...

We can leave it open, I might actually update duplicate :P