mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-06 09:24:14 +00:00

This uses a new utility class ArgumentHelper, which provides convenience methods for parsing arguments from an array of Objects. The format of error messages has also changed. It now follows a format similar to Lua's native error messages - including the invalid argument index, the expected type and the type actually received.