- add INT_ADD, INT_SUB, INT_MUL, INT_DIV commands
- math operations are now available through the native JavaScript
Math
object where possible (see documentation). - new static methods in
Memory
class. See documentation for more info
BREAKING CHANGES
asFloat
has been removed in favor ofMemory.ToFloat
- class
Object
has been renamed toScriptObject
to avoid conflicts with native JavaScript Object (info). - deprecated command
isKeyPressed
has been deleted. UsePad.isKeyPressed
instead