Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

v1.0.1

Compare
Choose a tag to compare
@vladdeSV vladdeSV released this 11 May 19:56
· 106 commits to master since this release

Changes

  • array_at(array, height, index) overload not available in REFERENCE.md, fixes #1.
  • Added extension_gme, which is inteded to provide gm_extensions specific functions.
    • Functions with optional arguments, or overloads should use new function _gme_arguments(script, argument_count, count, counts...).
  • For //params: , optional arguments are now surrounded with [ ].
  • assert(...) now properly stops code.
  • Fixed newlines in REFERENCE.md.