Argument Assertion Agent (AAA) Action Plugin
This is based on the IRLUA_HELPER_FUNCTIONS that I put in every single one of my plugins. The code used for plugin development can now help with AMS projects too!
What it does...
As did the original script, It allows the checking of argument count and types and throw errors if either are incorrect (among other things).
Why create a plugin instead of continuing to use the script?
Two reasons:
You can get the latest version on my website.
This is based on the IRLUA_HELPER_FUNCTIONS that I put in every single one of my plugins. The code used for plugin development can now help with AMS projects too!
What it does...
As did the original script, It allows the checking of argument count and types and throw errors if either are incorrect (among other things).
Why create a plugin instead of continuing to use the script?
Two reasons:
- I wanted to be able to use these features in my projects (not just plugins) to more easily catch mistakes and track bugs in my project code as well as force specific argument input.
- Now, whenever I make a change to the helper functions' code, I have to change only one section of code instead of having to update every plugin.
You can get the latest version on my website.
Comment