https://lua-api.factorio.com/latest/typ ... otype.htmlItemProductPrototype :: struct or {ItemID, uint16}
When using the `{ItemID, uint16}` version, what does the second value represent? In this case I think it's `amount`, but that's not specified anywhere in the docs.
https://lua-api.factorio.com/latest/typ ... Point.htmlSpawnPoint :: struct or {double, double}
The struct only has two properties, both doubles, but what order do they go in for the second variation?
There are probably other places with these same or similar ambiguities. It would be great if they were clarified.