github cleolibrary/CLEO-Redux 0.6.0

latest releases: 1.2.2, 1.2.1, 1.2.0...
3 years ago
  • 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 of Memory.ToFloat
  • class Object has been renamed to ScriptObject to avoid conflicts with native JavaScript Object (info).
  • deprecated command isKeyPressed has been deleted. Use Pad.isKeyPressed instead

Don't miss a new CLEO-Redux release

NewReleases is sending notifications on new releases.