|
|
|
The current MScript libraries are (so far) officially owned and maintianed by Blur, and are intended for free use, distribution and modification. Please feel free to contibuted any ideas, modifications, fixes, or additions by posting in the SoniqueX forums.
The MScript libraries are an effort to help coders with common tasks are aren't directly affecting the user interface. What makes these different from the snippet submisions is that these are designed to be used out of the box - ie, no modifications should be needed. All a coder needs to do is include them in their skin or remote, and use as a normal global script. All functions have a return value and error checking, however currently an error may arrise if the wrong param type is passed to a script (eg, a string when it expects a number).
Math - the math library provides extented mathematical functions are aren't directly avaliable within mantis.
Array Manipulation - the array manip library has many of its functions ported over from PHP4 - making working with arrays much easier.
|
|