One would expect self::getArg("y", AT_posint, true) to return an integer, but it returns the string of an integer, e.g "25" instead of 25.
Is it intended?
If so, I'll add something on the wiki about it to save other devs the trouble of handling "25"+4 in a JS script when they thought it'd be 25+4 ^^
Is it intended?
If so, I'll add something on the wiki about it to save other devs the trouble of handling "25"+4 in a JS script when they thought it'd be 25+4 ^^